Expressions: toFixed

Hoping to see this added as part of the standard expressions as it’s its extremely handy function when it comes to JS displaying 1.7 - 0.1 as 1.5999999999999999 instead of the expected 1.6.

No rush as it can be done as an expression in a function.

This actually exists in the extended math extension. Currenly in the main extension list.

1 Like

Thanks Silver, good to know it’s part of an extension. I have already got it in my own function but I might move to this if anymore of the functions provided are needed.