[]
        
(Showing Draft Content)

IMCOSH

This function calculates the hyperbolic cosine of the specified complex number.

Syntax

IMCOSH(complex_num)

Arguments

[Required] 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".

Examples

IMCOSH("8-3i") 

IMCOSH("7-2i")