use dragonbox algorithm; alternative to #18008 (#18139)

* use dragonbox algorithm; alternative to #18008
* removed unsafe code
This commit is contained in:
Andreas Rumpf
2021-06-01 22:29:53 +02:00
committed by GitHub
parent ba3ec7b049
commit 63db2b19bf
5 changed files with 1408 additions and 50 deletions

View File

@@ -1,10 +1,10 @@
discard """
output: '''
1e-06 : 1e-06
1e-06 : 1e-06
0.000001 : 0.000001
0.000001 : 0.000001
0.001 : 0.001
1e-06 : 1e-06
1e-06 : 1e-06
0.000001 : 0.000001
0.000001 : 0.000001
10.000001 : 10.000001
100.000001 : 100.000001
'''