float acos ( float num ) calculates the arc cosine value : acos « Math « PHP






float acos ( float num ) calculates the arc cosine value

 
<?
    $acos1 = acos(0.4346);
    $acos2 = acos(cos(80));
?>
  
  

Related examples in the same category