Closed MaxGraey closed 7 years ago
What? User wants to have exponent declaration literal for float numbers.
How?
let a: float64 = -1.0e-01; let t: float64 = .5e+8;
This enhancement added to support benchmarks :)
This is not very huge problem, we can always bring it to non-exponent format manually.
No worries, It was an easy addition.
What? User wants to have exponent declaration literal for float numbers.
How?