@stdlib/constants-complex64
64-bit complex number mathematical constants.
64-bit complex number mathematical constants.
Size (in bytes) of a 64-bit complex number.
Return the positive difference between `x` and `y`.
Evaluate the signum function for a single-precision floating-point number.
Compute the hypotenuse avoiding overflow and underflow (single-precision).
Evaluate the identity function for a single-precision floating-point number.
Compute the multiplicative inverse of a single-precision floating-point number.
Evaluate the Kronecker delta (single-precision).
Typed array pool.
Complex64Array.
Create an uninitialized array having a specified length.
Create an uninitialized array having the same length and data type as a provided array.
Create a filled array.
Create a filled array according to a provided callback function.
Float32Array.
Create a filled array having a specified length.
Create a filled array having the same length and data type as a provided array.
Create an array filled with NaNs and having a specified length.
Create an array filled with NaNs and having the same length and data type as a provided array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.