PHP asinh()

arisdelaCruz1413618857's avatar
Published Jul 27, 2023
Contribute to Docs

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

  • 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

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

Contribute to 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