/purescript-number-format

Number-to-String formatting functions for PureScript

Primary LanguagePureScript

purescript-number-format

Functions for displaying numbers as strings in PureScript.

Implementation

These are basically safety wrappers around JavaScript's various number-to-string methods that return Nothing should the first arguments result in a RangeError.

Documentation

See the Number/Format.purs for the standard wrapped functions, and Number/Format/ToString.purs for safe versions of the most common conversions.