Closed Fresheyeball closed 10 years ago
This isn't in the Math object. Maybe it belongs in globals?
Math
globals
Also toFixed returns a String I think?
toFixed
String
you are correct, it does return a string. The way I've been using it, I never knew that. I can move it to globals if you like. I've updated the type sig to String
https://github.com/purescript/purescript-globals/pull/3
This isn't in the
Math
object. Maybe it belongs inglobals
?