float asin ( float num ) calculates the arc sine value : asin « Math « PHP






float asin ( float num ) calculates the arc sine value

 
<?
    $asin1 = asin(0.4346);
    $asin2 = asin(sin(80));
?>
  
  

Related examples in the same category