asinh()

Published Jul 27, 2023
Contribute to Docs

The asinh() returns a floating point value which is the inverse hyperbolic sine of the given number.

Syntax

asinh($value)

The asinh() function takes only one parameter, $value.

Example

The example below demonstrates a basic implementation of asinh().

<?php
echo(asinh(7));
?>

The result will be:

2.6441207610586

All contributors

Looking to contribute?

Learn PHP on Codecademy