Acosh

Function

Acosh(number)

number

Use

The Acosh() function returns the hyperbolic arccosine of a given unitless number. The result is given in radians, but it can be converted to degrees using "to deg".

Acosh() also works with complex numbers.

Examples of hyperbolic trig arc functions
  • Acosh(0.75)  = (0 + 0.723i) rad
  • Acosh(5) to deg  = 131.3 deg
  • Atanh(3ft/5ft)  = 0.693 rad
  • Asinh(-i + 2i)  = (7.825 + 1.571 i) rad

 

 


Acosh is included by default in each file as part of the Math library.

 

See also: