Easy Tutorial
❮ Func Math Log1P Func Misc Strip Whitespace ❯

PHP asinh() Function

PHP Math Reference Manual

Example

Returns the inverse hyperbolic sine of different numbers:


Definition and Usage

The asinh() function returns the inverse hyperbolic sine of a number.


Syntax

Parameter Description
number Required. Specifies a number.

Technical Details

Return Value: The inverse hyperbolic sine of the number.
Return Type: Float
--- ---
PHP Version: 4.1+
--- ---
PHP Changelog: PHP 5.3: The asinh() function is available on all platforms.
--- ---
❮ Func Math Log1P Func Misc Strip Whitespace ❯