asinh()
arisdelaCruz141361885716 total contributions
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()
.
<?phpecho(asinh(7));?>
The result will be:
2.6441207610586
All contributors
- arisdelaCruz141361885716 total contributions
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.