PHP asin() Function

The asin() function is used to arc 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 arc sine of a number.


<?php
 $asin_no = -1;
 $result = asin($asin_no);
 echo $result;
?>

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

Free Download Script :

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

Download




Content