From 1619fd79c4306bb164ba713bf12281c5d226e0f8 Mon Sep 17 00:00:00 2001 From: olli <> Date: Sun, 23 Jun 2024 13:03:16 +0200 Subject: [PATCH] exponential2normal --- gaboshlib/g_num_exponential2normal.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gaboshlib/g_num_exponential2normal.sh b/gaboshlib/g_num_exponential2normal.sh index 73ae85a..e1bd5e6 100644 --- a/gaboshlib/g_num_exponential2normal.sh +++ b/gaboshlib/g_num_exponential2normal.sh @@ -1,5 +1,4 @@ function g_num_exponential2normal { - [ -z "$1" ] && return 1 # if there is a exponential number (for example 9.881e-05) convert it to "normal" notation if [[ "$1" =~ ^(-)?(\.)?[0-9]+(\.)?([0-9]+)?(e-[0-9]+)?$ ]]