Calculates the total of a sequence of complex numbers.
Calculates the difference between two complex numbers.
Calculates the sine of a specified complex number.
Yields the real part of a complex number.
Calculates the product of a range of complex numbers by multiplying them together.
Calculates the base 2 logarithm of a complex number.
Calculates the hyperbolic cotangent of a specified complex number. For instance, for the complex number “x+yi”, it computes “coth(x+yi)”.
The IMARGUMENT function calculates the angle (often referred to as the argument or B8) of a specified complex number in radians.
Generates a complex number using specified real and imaginary parts.