PHP asinh() Function

The asinh() function is used to inverse hyperbolic sine of a number.

Demo :



Type No :  

Example :

Example 1: Type No:0
Example 2: Type No:-1

Following code useful to you for calculate inverse hyperbolic sine of a number.


<?php
 $asinh_no = -1;
 $result = asinh($asinh_no);
 echo $result;
?>

In the above code is used to calculate for inverse hyperbolic sine of a number.In the asinh() functions have used one parameters that name is float number.

Free Download Script :

If you need asinh() function demo code download from following link.

Download




Content