Transforms a signed octal number into a hexadecimal representation.
Transforms a signed octal number into its decimal equivalent.
Calculates the hyperbolic tangent for the specified complex number. For instance, for a complex input of “x+yi”, it computes “tanh(x+yi)”.
Calculates the total of a sequence of complex numbers.
Calculates the difference between two complex numbers.
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).”
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.