Mega Code Archive

 
Categories / Perl / System Functions
 

Using acos function

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