Module js::front::stdlib::number[src]
The Number global object and related global methods
Functions
| _create | Create a new |
| init | Initialise the parse functions and |
| is_finite | Check if a value when converted to a number is finite |
| is_nan | Check if a value when converted to a number is equal to NaN |
| parse_float | Parse a float into a value |
| parse_int | Parse an int into a value |
| strict_is_finite | Check if a number is finite |
| strict_is_nan | Check if a number is equal to NaN |