Closed ymarcon closed 1 year ago
0.0002
2e-04
0.00002
0
2e-05
0.000002
2e-06
It appears that jsonline::toJSON() has a parameter digits with a default value of 4.
jsonline::toJSON()
digits
4
0.0002
is turned to2e-04
0.00002
is turned to0
instead of2e-05
0.000002
is turned to2e-06
It appears that
jsonline::toJSON()
has a parameterdigits
with a default value of4
.