SpreadJS Documentation
IMCOSH
SpreadJS Documentation > Formula Reference > Formula Functions > IMCOSH

This function calculates the hyperbolic cosine of specified complex number.

Syntax

IMCOSH(complex_num)

Arguments

The complex_num argument is a complex number to return the hyperbolic cosine for.

Remarks

An error is returned if the complex_num argument is not in the form "x+yi" or "x+yj".

Data Types

Accepts numeric and string data. Returns string data.

Examples

IMCOSH("8-3i") gives the result -1475.563

IMCOSH("7-2i") gives the result -228.180

See Also