IMSINH Function in Google Sheets

Calculate the hyperbolic sine of a complex number using the IMSINH function.

IMSINH Function

The IMSINH function in Google Sheets returns the hyperbolic sine of a complex number.

Syntax

IMSINH(number)
  • number: The complex number for which to calculate the hyperbolic sine. This is a required parameter.

Examples

  1. Basic Usage

Calculate the hyperbolic sine of the complex number 1+2i:

=IMSINH("1+2i")

This will output approximately -0.4891+1.4031i.

Notes

  • The complex number can be provided as a string, e.g., ā€œ1+2iā€.
  • The function works with any valid complex number format.
  • IMCOSH: Calculate the hyperbolic cosine of a complex number.
  • IMSECH: Calculate the hyperbolic secant of a complex number.