math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
@stdlib/math-strided-special-sramp
Evaluate the ramp function for each element in a single-precision floating-point strided array.
@stdlib/assert-is-float32ndarray-like
Test if a value is an ndarray-like object containing single-precision floating-point numbers.
@stdlib/stats-base-sdsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
@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/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/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/stats-base-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-smax
Calculate the maximum value of a single-precision floating-point strided array.
@stdlib/stats-base-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/blas-ext-base-sapxsumors
Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.
@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-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-base-special-signumf
Evaluate the signum function for a single-precision floating-point number.
@stdlib/blas-ext-base-snansumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
@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.
number-float32-base-identity
Evaluate the identity function for a single-precision floating-point number.
blas-ext-base-dsapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
math-strided-special-scbrt
Compute the cube root of each element in a single-precision floating-point strided array.
stats-base-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
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.
stats-strided-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
lapack-base-sge-trans
Convert a matrix from row-major layout to column-major layout or vice versa.
@stdlib/blas-base-scnrm2
Compute the L2-norm of a complex single-precision floating-point vector.
constants-float32-sqrt-two-pi
Square root of 2π as a single-precision floating-point number
constants-float32-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in single-precision floating-point format.
constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
constants-float32-sqrt-three
Square root of 3 as a single-precision floating-point number.
number-float32-base-ulp-difference
Calculate the ULP difference for Float32 numbers with this efficient JavaScript library. Perfect for numerical computation in browsers and Node.js. 🚀🌐
stats-strided-smin
Calculate the minimum value of a single-precision floating-point strided array.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
constants-float32-sqrt-pi
Square root of the mathematical constant π as a single-precision floating-point number.
stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
constants-float32-ln-ten
Natural logarithm of `10` as a single-precision floating-point number.
stats-strided-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
stats-base-sdsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
blas-base-wasm-dsdot
Compute the dot product of `x` and `y` with extended accumulation and result.
stats-strided-snanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
stats-strided-smax
Calculate the maximum value of a single-precision floating-point strided array.
stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
stats-strided-sztest2
Compute a two-sample Z-test for two single-precision floating-point strided arrays.
stats-strided-sztest
Compute a one-sample Z-test for a single-precision floating-point strided array.
stats-strided-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
blas-base-wasm-scnrm2
Efficiently compute the SCNRM2 norm in WebAssembly with blas-base-wasm-scnrm2. Enhance your numerical tasks in JavaScript and Node.js! 🚀💻
@stdlib/constants-complex64-zero
Single-precision complex floating-point zero.
math-base-special-gammasgnf
Computes the sign of the gamma function for a single-precision floating-point number.
blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.