hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 31c023c41616b88d524b05e5d26608157a4f2e48
parent 77613ea2dfba5bb22866968995c36a480861a3b3
Author: Bor Grošelj Simić <bgs@turminal.net>
Date:   Fri,  3 Feb 2023 04:20:12 +0100

remove leading zeros before prohibiting them

Signed-off-by: Bor Grošelj Simić <bgs@turminal.net>

Diffstat:
Mmath/data+test.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/data+test.ha b/math/data+test.ha @@ -82,7 +82,7 @@ const TEST_ACOSH: [_]f64 = [ const TEST_ASIN: [_]f64 = [ 5.2117697218417440497416805e-01, 8.8495619865825236751471477e-01, - -02.769154466281941332086016e-02, + -2.769154466281941332086016e-02, -5.2482360935268931351485822e-01, 1.3002662421166552333051524e+00, 2.9698415875871901741575922e-01,