Details of Int.toFloatString
are not documented
#1958
Labels
docs: Reference
/ref section of the docs: API reference, standard libraries, specification and evolution
kind: docs
Documentation for docs.tact-lang.org kept in docs folder
Milestone
https://docs.tact-lang.org/ref/core-strings/#inttofloatstring
It includes basic info but misses the important detail about the function. It cuts trailing zeros and can even cut the separating
.
if the number is integer. For example ,(100).toFloatString(2)
becomes1
The text was updated successfully, but these errors were encountered: