From 6ad56ccc5f5bef6d59ae5a73e5166034d35a0487 Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Wed, 17 Sep 2025 18:10:34 +1000 Subject: [PATCH] Bugfix --- packages/math/math.grnd | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/math/math.grnd b/packages/math/math.grnd index 40e5cc1..d858bef 100644 --- a/packages/math/math.grnd +++ b/packages/math/math.grnd @@ -319,8 +319,4 @@ fun -double !ln -double &in @error error "Cannot find ln of a non-positive double" "mathError" -endfun - -pusharg 0.0000000000000000000000000000000000000000000001 -call !ln &store -stdlnout $store \ No newline at end of file +endfun \ No newline at end of file