@stdlib/math-base-special-floor
Round a double-precision floating-point number toward negative infinity.
@stdlib/math-base-special-abs
Compute the absolute value of a double-precision floating-point number.
@stdlib/math-base-special-abs2
Compute the squared absolute value of a double-precision floating-point number.
@stdlib/math-base-special-hypot
Compute the hypotenuse avoiding overflow and underflow.
@stdlib/strided-napi-dmap
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assigning results to elements in a double-precision floating-point strided output array.
@stdlib/strided-base-dmap
Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assign each result to an element in a double-precision floating-point strided output array.
@stdlib/math-base-ops-add
Compute the sum of two double-precision floating-point numbers.
@stdlib/math-strided-special-dmskcbrt
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/math-base-ops-sub
Subtract two double-precision floating-point numbers.
@stdlib/math-strided-special-dsqrt
Compute the principal square root for each element in a double-precision floating-point strided array.
@stdlib/math-base-ops-mul
Multiply two double-precision floating-point numbers.
@stdlib/math-base-special-pdiff
Return the positive difference between `x` and `y`.
@stdlib/strided-base-dmskmap
Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assign each result to an element in a double-precision floating-point strided output array.
@stdlib/math-strided-special-dcbrt
Compute the cube root of each element in a double-precision floating-point strided array.
@stdlib/constants-complex128-num-bytes
Size (in bytes) of a 128-bit complex number.
@stdlib/math-strided-special-ddeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians.
@stdlib/math-strided-special-dmsktrunc
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.
@stdlib/math-strided-special-dmskramp
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-dmskceil
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
@stdlib/math-strided-special-drsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array.
@stdlib/math-strided-special-dmsksqrt
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/constants-float64-num-bytes
Size (in bytes) of a double-precision floating-point number.
@stdlib/strided-base-dmskmap2
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
@stdlib/math-strided-special-dmskdeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
@stdlib/math-base-special-clamp
Restrict a double-precision floating-point number to a specified range.
@stdlib/math-strided-special-dmskinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-dmskrsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-dmskfloor
Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.
@stdlib/assert-is-float64ndarray-like
Test if a value is an ndarray-like object containing double-precision floating-point numbers.
@stdlib/constants-float64
Double-precision floating-point mathematical constants.
@stdlib/strided-napi-dmskmap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays according to a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
@stdlib/math-strided-special-dmskabs
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
number-float64-base
Base utilities for double-precision floating-point numbers.
@stdlib/math-strided-special-dmskabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/strided-napi-dmap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assigning results to elements in a double-precision floating-point strided output array.
@stdlib/math-strided-special-dcbrt-by
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
math-base-special-inv
Compute the multiplicative inverse of a double-precision floating-point number.
strided-base-dmap2
Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.
strided-napi-dmskmap
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
strided-napi-zmap
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision complex floating-point strided input array and assigning results to a double-precision complex floating-point strided output array.
math-strided-special-dinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
math-base-special-identity
Evaluate the identity function for a double-precision floating-point number.
@stdlib/math-base-ops-add5
Compute the sum of five double-precision floating-point numbers.
number-float64-base-add
Compute the sum of two double-precision floating-point numbers.
@stdlib/math-base-ops-add4
Compute the sum of four double-precision floating-point numbers.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
number-float64-base-add5
Compute the sum of five double-precision floating-point numbers.
complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
@stdlib/assert-is-complex128ndarray-like
Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
number-float64-base-add4
Compute the sum of four double-precision floating-point numbers.
@stdlib/math-base-ops-add3
Compute the sum of three double-precision floating-point numbers.