Functions for displaying numbers as strings in PureScript.
These are basically safety wrappers around JavaScript's various
number-to-string methods that return Nothing should the first arguments
result in a RangeError.
See the Number/Format.purs for the standard wrapped functions, and
Number/Format/ToString.purs for safe versions of the most common
conversions.