Jonplussed / purescript-number-format

Number-to-String formatting functions for PureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Number-to-String formatting functions for PureScript


Languages

Language:PureScript 93.3%Language:JavaScript 6.7%