[PATCH hare] remove leading zeros before prohibiting them
Export this patch
Signed-off-by: Bor Grošelj Simić <bgs@turminal.net>
---
Needs to be applied before the accompanying harec patch
math/data+test.ha | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/data+test.ha b/math/data+test.ha
index 2e14e3af..58c4492c 100644
--- 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,
--
2.36.4
Thanks!
To git@git.sr.ht:~sircmpwn/hare
31c023c4..77613ea2 master -> master
hare/patches: SUCCESS in 1m51s
[remove leading zeros before prohibiting them][0] from [Bor Grošelj Simić][1]
[0]: https://lists.sr.ht/~sircmpwn/hare-dev/patches/38676
[1]: mailto:bgs@turminal.net
✓ #933530 SUCCESS hare/patches/alpine.yml https://builds.sr.ht/~sircmpwn/job/933530
✓ #933531 SUCCESS hare/patches/freebsd.yml https://builds.sr.ht/~sircmpwn/job/933531