Returns the hyperbolic secant of the given complex number. For example, a given complex number "x+yi" returns "sech(x+yi)." Learn more.
IMSECH function in Google Sheets is used to calculate the hyperbolic secant of a complex number. The function takes one argument, which is the complex number for which you want to calculate the hyperbolic secant.
The syntax of the function is:
=IMSECH(complex_number)
where complex_number is the complex number for which you want to calculate the hyperbolic secant.
For example, if you have a complex number of 2 + 3i in cell A1, you can use the IMSECH function to calculate its hyperbolic secant in cell B1 with the following formula:
=IMSECH(A1)
The result will be displayed as a complex number, which is the hyperbolic secant of the original complex number.