PHP 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().
<?phpecho(asinh(7));?>
The result will be:
2.6441207610586
Contribute to Docs
- 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.
Learn PHP on Codecademy
- Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more!
- Includes 6 Courses
- With Professional Certification
- Beginner Friendly.75 hours