Excel Function : IMCOSH
Category
Engineering
Description
Returns the hyperbolic cosine of a complex number
Microsoft Excel Reference Page
https://support.office.com/en-us/article/IMCOSH-function-053e4ddb-4122-458b-be9a-457c405e90ff
Syntax and Description of the IMCOSH Excel Function
for VBA
I am trying to use imcosh function in vba but it is not giving me correct results.
Can anyone tell me the syntax for this function.
A:
You can use Application.ImCosh
:
Debug.Print Application.ImCosh(1)
About IMCOSH Excel Function
IMCOSH(inumber) The IMCOSH function returns the inverse hyperbolic cosine of a complex number in x + yi or x + yj text format.