@stdlib/math-base-ops-caddf
Add two single-precision complex floating-point numbers.
Add two single-precision complex floating-point numbers.
Divide two complex numbers.
Multiply two double-precision complex floating-point numbers.
Multiply two single-precision complex floating-point numbers.
Negate a double-precision complex floating-point number.
Negate a single-precision complex floating-point number.
Subtract two double-precision complex floating-point numbers.
Subtract two single-precision complex floating-point numbers.
Compute the absolute value of a double-precision complex floating-point number.
Compute the squared absolute value of a double-precision complex floating-point number.
Compute the squared absolute value of a single-precision complex floating-point number.
Compute the absolute value of a single-precision complex floating-point number.
Round a double-precision complex floating-point number toward positive infinity.
Round a single-precision complex floating-point number toward positive infinity.
Round each component of a double-precision complex floating-point number to the nearest multiple of 10^n toward positive infinity.
Compute the ccis function of a double-precision complex floating-point number.
Evaluate the identity function for a single-precision complex floating-point number.
Compute the inverse of a double-precision complex floating-point number.
Evaluate the exponential function for a double-precision complex floating-point number.
Return a double-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.