Search results
2098 packages found
Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with dif
Test if a double-precision floating-point numeric value is NaN.
- stdlib
- stdmath
- assertion
- assert
- utilities
- utility
- utils
- util
- math
- mathematics
- ieee754
- floating-point
- float
- number
- View more
Compute the absolute value of a double-precision floating-point number.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Test if a double-precision floating-point numeric value is infinite.
- stdlib
- stdmath
- assertion
- assert
- utilities
- utility
- utils
- util
- math
- mathematics
- ieee754
- floating-point
- float
- double
- View more
Double-precision floating-point positive infinity.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- pinf
- positive
- infinity
- ieee754
- double
- dbl
- precision
- floating-point
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Multiply a double-precision floating-point number by an integer power of two.
High word mask for excluding the sign bit of a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- float
- float64
- 64bit
- floating-point
- ieee754
- mask
- sign
- bits
- View more
Return a double-precision floating-point number with the magnitude of x and the sign of y.
- stdlib
- stdmath
- math
- mathematics
- float64
- float
- floating-point
- ieee754
- double
- copysign
- copy
- sign
- bits
- number
- View more
Double-precision floating-point negative infinity.
Smallest positive double-precision floating-point normal number.
High word mask for the exponent of a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- float
- float64
- 64bit
- floating-point
- ieee754
- mask
- exponent
- bits
- View more
High word mask for the sign bit of a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- float
- float64
- 64bit
- floating-point
- ieee754
- mask
- sign
- bits
- View more
The maximum biased base 2 exponent for a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- double
- dbl
- floating-point
- float
- ieee754
- bias
- exponent
- max
- View more
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- double
- dbl
- floating-point
- float
- ieee754
- bias
- exponent
- min
- View more
Exponential function.
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- double
- dbl
- floating-point
- float
- ieee754
- bias
- exponent
- max
- View more
Natural exponential function.
The bias of a double-precision floating-point number's exponent.