PHP asinh()
Published Jul 27, 2023
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
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