complex-float32-base-neg
Negate a single-precision complex floating-point number.
@stdlib/complex-float32-base-assert-is-same-value-zero
Test whether two single-precision complex floating-point numbers are the same value.
complex-float64-base-scale
Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.
blas-base-wasm-zswap
Interchange two complex double-precision floating-point vectors.
blas-base-wasm-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
@stdlib/complex-float32-conj
Return the complex conjugate of a single-precision complex floating-point number.
blas-base-wasm-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
@stdlib/complex-float64-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
@stdlib/strided-base-reinterpret-complex
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
@stdlib/complex-float64-base-mul
Multiply two double-precision complex floating-point numbers.
@stdlib/constants-complex128-zero
Double-precision complex floating-point zero.
complex-float32-base-assert-is-almost-equal
Test whether two single-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
@stdlib/constants-complex64-zero
Single-precision complex floating-point zero.
math-base-special-csignumf
Evaluate the signum function of a single-precision complex floating-point number.
@stdlib/complex-float32-base-mul
Multiply two single-precision complex floating-point numbers.
math-base-special-cinvf
The "math-base-special-cinvf" repository provides a precise implementation of the inverse cumulative distribution function for the normal distribution. This library aims to enhance numerical computation in JavaScript, making it easier for developers to integrate statistical functions into their applications. 🛠️📊
@stdlib/complex-float64-base-add
Add two double-precision complex floating-point numbers.
blas-base-wasm-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
blas-base-wasm-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
@stdlib/blas-base-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
@stdlib/blas-base-zscal
Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant.
complex-float32-base-sub
Subtract two single-precision complex floating-point numbers.
@stdlib/blas-base-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
@stdlib/constants-complex64-nan
Canonical single-precision complex floating-point NaN.
@stdlib/complex-float32-base-add
Add two single-precision complex floating-point numbers.
complex-float64-conj
Return the complex conjugate of a double-precision complex floating-point number.
complex-float32-base-identity
Evaluate the identity function for a single-precision complex floating-point number.
complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
complex-float64-base-sub
Subtract two double-precision complex floating-point numbers.