cmplx
There are 119 repositories under cmplx topic.
stdlib-js/array-complex64
Complex64Array.
stdlib-js/math-base-special-cphase
Compute the argument of a complex number in radians.
stdlib-js/array-typed-complex-ctors
Complex typed array constructors.
stdlib-js/complex
Complex numbers.
stdlib-js/complex-ctors
Complex number constructors.
stdlib-js/complex-float64-parse
Parse a string representation of a 128-bit complex number.
stdlib-js/complex-imagf
Return the imaginary component of a single-precision complex floating-point number.
stdlib-js/complex-real
Return the real component of a complex number.
stdlib-js/constants-complex64
64-bit complex number mathematical constants.
stdlib-js/constants-complex64-num-bytes
Size (in bytes) of a 64-bit complex number.
stdlib-js/math-base-ops
Standard library base math operators.
stdlib-js/math-base-ops-caddf
Add two single-precision complex floating-point numbers.
stdlib-js/math-base-ops-cmul
Multiply two complex numbers.
stdlib-js/math-base-ops-cmulf
Multiply two single-precision complex floating-point numbers.
stdlib-js/math-base-ops-cneg
Negate a complex number.
stdlib-js/math-base-ops-csubf
Subtract two single-precision complex floating-point numbers.
stdlib-js/math-base-special-cabs
Compute an absolute value of a complex number.
stdlib-js/math-base-special-cabsf
Compute the absolute value of a single-precision complex floating-point number.
stdlib-js/math-base-special-ccis
Compute the cis function of a complex number.
stdlib-js/math-base-special-cfloorn
Round a complex number to the nearest multiple of 10^n toward negative infinity.
stdlib-js/math-base-special-cidentityf
Evaluate the identity function for a single-precision complex floating-point number.
stdlib-js/math-base-special-cround
Round a complex number to the nearest integer.
stdlib-js/math-base-special-croundn
Round a complex number to the nearest multiple of 10^n.
stdlib-js/math-base-special-csignum
Evaluate the signum function of a complex number.
stdlib-js/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-js/complex-float32-base
Base (i.e., lower-level) single-precision complex number functions.
stdlib-js/complex-float32-imag
Return the imaginary component of a single-precision complex floating-point number.
stdlib-js/complex-float32-real
Return the real component of a single-precision complex floating-point number.
stdlib-js/complex-float64-base
Base (i.e., lower-level) double-precision complex number functions.
stdlib-js/complex-float64-base-assert-is-same-value
Test whether two double-precision complex floating-point numbers are the same value.
stdlib-js/complex-float64-base-assert-is-same-value-zero
Test whether two double-precision complex floating-point numbers are the same value.
stdlib-js/complex-float64-imag
Return the imaginary component of a double-precision complex floating-point number.
stdlib-js/complex-float64-real
Return the real component of a double-precision complex floating-point number.
stdlib-js/complex-float64-reim
Return the real and imaginary components of a double-precision complex floating-point number.
stdlib-js/napi-argv-strided-complex128array2d
Convert a Node-API value representing a two-dimensional strided array to a double-precision complex floating-point array.
stdlib-js/napi-argv-strided-complex64array2d
Convert a Node-API value representing a two-dimensional strided array to a single-precision complex floating-point array.