IMTANH Function in Google Sheets

Calculate the hyperbolic tangent of a complex number using the IMTANH function.

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

  1. 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.
  • IMCOSH: Calculate the hyperbolic cosine of a complex number.
  • IMSINH: Calculate the hyperbolic sine of a complex number.