PHP atanh() Function

The atanh() function is used to the inverse hyperbolic tangent of an angle.

Demo :



Type No :  

Example :

Type Number: 0

Following code useful to you for calculate the inverse hyperbolic tangent of an angle.


<?php
$atanh_no = 0;
$result = atanh($atanh_no);
echo $result;
?>

In the above code is used to the inverse hyperbolic tangent of an angle.In the atanh() functions have used one parameters that name is float number.

Free Download Script :

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

Download




Content