@stdlib/math-base-ops-cmulf
Multiply two single-precision complex floating-point numbers.
@stdlib/math-base-ops-caddf
Add two single-precision complex floating-point numbers.
@stdlib/math-base-special-cidentityf
Evaluate the identity function for a single-precision complex floating-point number.
@stdlib/math-base-ops-csubf
Subtract two single-precision complex floating-point numbers.
@stdlib/constants-complex128-num-bytes
Size (in bytes) of a 128-bit complex number.
@stdlib/math-base-special-cflipsignf
Return a single-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.
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/complex-promotion-rules
Return the complex number data type with the smallest size and closest kind to which data types can be safely cast.
@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/complex-conjf
Return the complex conjugate of a single-precision complex floating-point number.
@stdlib/complex-base-assert-is-equalf
Test whether two single-precision complex floating-point numbers are equal.
math-base-special-cflipsign
Return a complex number with the same magnitude as `z` and the sign of `y*z`.
napi-argv-strided-complex64array2d
Convert a Node-API value representing a two-dimensional strided array to a single-precision complex floating-point array.
napi-argv-strided-complex128array2d
Convert a Node-API value representing a two-dimensional strided array to a double-precision complex floating-point array.
complex-float64-base-mul-add
Perform a multiply-add operation involving three double-precision complex floating-point numbers.
strided-napi-zmap
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision complex floating-point strided input array and assigning results to a double-precision complex floating-point strided output array.
complex-float32-base-neg
Negate a single-precision complex floating-point number.
@stdlib/complex-float64-base-add
Add two double-precision complex floating-point numbers.
@stdlib/complex-float64-base-mul
Multiply two double-precision complex floating-point numbers.
@stdlib/constants-complex128-nan
Canonical double-precision complex floating-point NaN.
complex-float64-base-sub
Subtract two double-precision complex floating-point numbers.
@stdlib/constants-complex64-zero
Single-precision complex floating-point zero.
math-base-special-cphasef
This repository, "math-base-special-cphasef," provides specialized mathematical functions for complex phase calculations. Explore the code and contribute to enhance numerical computation in JavaScript! 🛠️🌐
@stdlib/complex-float32-base-assert-is-equal
Test whether two single-precision complex floating-point numbers are equal.
math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
complex-float64-base-scale
Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.
complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
@stdlib/complex-float64-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
@stdlib/complex-float32-base-mul
Multiply two single-precision complex floating-point numbers.
complex-float64-base-assert-is-almost-equal
Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).