IMTANH Function
The IMTANH function in Google Sheets returns the hyperbolic tangent of a complex number.
Syntax
IMTANH(number)
number
: The complex number for which you want to calculate the hyperbolic tangent. This is a required parameter.
Examples
- Basic Usage
Calculate the hyperbolic tangent of the complex number 3+4i:
=IMTANH("3+4i")
This will output 1.00070953606723 + 0.00490825806749557i.
Notes
- The complex number must be provided as a string in the format “a+bi”.
- The function returns a complex number as the result.