Module js::front::stdlib::number[src]

The Number global object and related global methods

Functions

_create

Create a new Number object

init

Initialise the parse functions and Number on the global object

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