Using acos function : acos « System Functions « Perl






Using acos function

    

use Math::Trig;
print "The arccosine of 1 = ", acos(1), "\n";

   
    
    
    
  

Related examples in the same category