@stdlib/strided-base-smskmap
Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-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 single-precision floating-point strided output array.
@stdlib/constants-float16-num-bytes
Size (in bytes) of a half-precision floating-point number.
@stdlib/math-strided-special-sdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians.
@stdlib/constants-float16
Half-precision floating-point mathematical constants.
@stdlib/math-base-special-cidentityf
Evaluate the identity function for a single-precision complex floating-point number.
@stdlib/constants-float64-precision
Effective number of bits in the significand of a double-precision floating-point number.
@stdlib/math-base-special-pdifff
Return the positive difference between `x` and `y`.
@stdlib/math-base-special-kronecker-deltaf
Evaluate the Kronecker delta (single-precision).
@stdlib/constants-float16-exponent-bias
The bias of a half-precision floating-point number's exponent.
@stdlib/constants-float16-precision
Effective number of bits in the significand of a half-precision floating-point number.
@stdlib/constants-float16-cbrt-eps
Cube root of half-precision floating-point epsilon.
@stdlib/math-base-special-modf
Decompose a double-precision floating-point number into integral and fractional parts.
@stdlib/math-base-ops-subf
Subtract two single-precision floating-point numbers.
@stdlib/number-float32-base-exponent
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
@stdlib/constants-float64-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal double-precision floating-point number.
@stdlib/strided-base-smskmap2
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.
@stdlib/math-strided-special-smsktrunc
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
@stdlib/blas-ext-base-sapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum.
@stdlib/math-strided-special-smskcbrt
Compute the cube root for each element in a single-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/math-strided-special-smskinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
@stdlib/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
@stdlib/number-float32-base-assert
Base double-precision floating-point number assert functions.
@stdlib/blas-ext-base-sdssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
@stdlib/math-strided-special-sfloor
Round each element in a single-precision floating-point strided array toward negative infinity.
@stdlib/math-base-special-clampf
Restrict a single-precision floating-point number to a specified range.
@stdlib/math-strided-special-smsksqrt
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
math-base-special-identityf
Evaluate the identity function for a single-precision floating-point number.
@stdlib/math-strided-special-sabs
Compute the absolute value for each element in a single-precision floating-point strided array.
@stdlib/math-base-ops-mulf
Multiply two single-precision floating-point numbers.
math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
@stdlib/assert-is-float32ndarray-like
Test if a value is an ndarray-like object containing single-precision floating-point numbers.
@stdlib/math-strided-special-smskrsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-sramp
Evaluate the ramp function for each element in a single-precision floating-point strided array.
@stdlib/math-strided-special-smskfloor
Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.
strided-napi-cmap
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision complex floating-point strided input array and assigning results to a single-precision complex floating-point strided output array.
@stdlib/constants-float64
Double-precision floating-point mathematical constants.
@stdlib/math-strided-special-smskramp
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-base-utils-float64-epsilon-difference
Compute the relative difference of two real numbers in units of double-precision floating-point epsilon.
@stdlib/strided-napi-smap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assigning results to elements in a single-precision floating-point strided output array.
@stdlib/math-base-special-signumf
Evaluate the signum function for a single-precision floating-point number.
@stdlib/strided-base-smap2
Apply a binary function accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assign each result to an element in a single-precision floating-point strided output array.
@stdlib/math-strided-special-smskabs
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/strided-napi-smskmap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to single-precision floating-point strided input arrays according to a strided mask array and assigning results to a single-precision floating-point strided output array.
@stdlib/blas-ext-base-ssort2ins
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
@stdlib/math-strided-special-smskdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians according to a strided mask array.
@stdlib/strided-base-cmap
Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.
@stdlib/assert-is-complex64ndarray-like
Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.
constants-float32-exponent-bias
The bias of a single-precision floating-point number's exponent.
math-strided-special-scbrt
Compute the cube root of each element in a single-precision floating-point strided array.
math-base-special-absf
Compute the absolute value of a single-precision floating-point number.
number-float32-base-identity
Evaluate the identity function for a single-precision floating-point number.
stats-base-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
napi-argv-strided-complex64array2d
Convert a Node-API value representing a two-dimensional strided array to a single-precision complex floating-point array.
math-base-special-floorf
Round a single-precision floating-point numeric value toward negative infinity.
lapack-base-claset
Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.
@stdlib/math-strided-special-srsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
@stdlib/math-strided-special-sinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array.
blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
constants-float32-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal single-precision floating-point number.
@stdlib/constants-complex64-nan
Canonical single-precision complex floating-point NaN.