w3resource

PHP: acosh() function

Description

The acosh() function returns the inverse hyperbolic cosine of a number.

Note: This function was not compatible on windows platform before 5.3.0 version.

Version:

(PHP 4 and above)

Syntax:

acosh(number)

Parameter:

Name Description Required /
Optional
Type
number Numeric value. Required Float

Return value:

The inverse hyperbolic cosine of value.

Value Type: Float.


See also

PHP Function Reference

Previous: acos
Next: asin



Follow us on Facebook and Twitter for latest update.