stats-strided-sztest2
Compute a two-sample Z-test for two single-precision floating-point strided arrays.
constants-float32-sqrt-two-pi
Square root of 2π 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. 🚀🌐
complex-float32-base-identity
Evaluate the identity function for a single-precision complex floating-point number.
stats-strided-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
constants-float32-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal 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-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal single-precision floating-point number.
stats-strided-sztest
Compute a one-sample Z-test for a single-precision floating-point strided array.
constants-float32-max-base10-exponent
The maximum base 10 exponent for a single-precision floating-point number.
constants-float32-max-nth-factorial
Maximum nth factorial when stored in single-precision floating-point format.
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! 🚀💻
constants-float64-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in double-precision floating-point format.
@stdlib/constants-float64-max-safe-nth-factorial
Maximum safe nth factorial when stored in double-precision floating-point format.
constants-float32-ln-ten
Natural logarithm of `10` as a single-precision floating-point number.
@stdlib/constants-complex64-nan
Canonical single-precision complex floating-point NaN.
blas-base-strmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
math-base-special-minf
Return the minimum single-precision floating-point number.
constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
math-base-assert-is-probabilityf
Test if a single-precision floating-point number is a probability.
math-base-special-frexpf
The "math-base-special-frexpf" repository provides a specialized function for computing the exponential function of a floating-point number. This library supports efficient numerical calculations in both browsers and Node.js. 🐙📦
stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
constants-float32-min-base2-exponent-subnormal
The minimum biased base 2 exponent for a subnormal single-precision floating-point number.
blas-base-strsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
constants-float32-min-base10-exponent
The minimum base 10 exponent for a normal single-precision floating-point number.
math-base-special-modff
Decompose a single-precision floating-point number into integral and fractional parts.
stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
stats-strided-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
math-base-special-ldexpf
Multiply a single-precision floating-point number by an integer power of two.
constants-float64-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in double-precision floating-point format.
blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
constants-float32-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal single-precision floating-point number.
constants-float64-num-high-word-significand-bits
Number of significand bits in the high word of a double-precision floating-point number.
math-base-special-frexpf
Split a single-precision floating-point number into a normalized fraction and an integer power of two.
constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
blas-base-wasm-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
blas-base-wasm-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.