parent root
PHP: acosh - Manual
PHP 7.2.23 Release Announcement

acosh

(PHP 4 >= 4.1.0, PHP 5, PHP 7)

acoshInverse hyperbolic cosine

Description

acosh ( float $arg ) : float

Returns the inverse hyperbolic cosine of arg, i.e. the value whose hyperbolic cosine is arg.

Parameters

arg

The value to process

Return Values

The inverse hyperbolic cosine of arg

Changelog

Version Description
5.3.0 This function is now available on all platforms

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root