remove_exponent (real value) ⇒ string
Removes the exponent and transforms the number to a non-floating point number string.
Example
YASS
print(55.66E9)
//Result should be 55660000000
First available: Version 1.3.5.90
Comments