Calculates the hyperbolic sine of a specified complex number. For instance, inputting a complex number “x+yi” will yield “sinh(x+yi).”
Calculates the sine of a specified complex number.
Calculates the hyperbolic secant of a specified complex number. For instance, providing a complex number in the form “x+yi” will yield “sech(x+yi)” as the result.
Calculates the secant of a specified complex number. For instance, the complex number “x+yi” yields “sec(x+yi).”
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 logarithm of a complex number to the base 10.
Calculates the logarithm of a complex number for a chosen base.
Calculates Euler’s number, e (~2.718), elevated to a complex exponent.
