From c4bbf113035c4a7379a9c2f96f40c0814b8c656f Mon Sep 17 00:00:00 2001 From: olli <> Date: Sun, 23 Jun 2024 13:02:54 +0200 Subject: [PATCH] exponential2normal --- gaboshlib/g_num_exponential2normal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gaboshlib/g_num_exponential2normal.sh b/gaboshlib/g_num_exponential2normal.sh index c30ea1a..73ae85a 100644 --- a/gaboshlib/g_num_exponential2normal.sh +++ b/gaboshlib/g_num_exponential2normal.sh @@ -13,6 +13,6 @@ function g_num_exponential2normal { return 0 else f_g_num_exponential2normal_result=$1 - return 1 + return 2 fi }