Mega Code Archive

 
Categories / Perl / System Functions
 

Using tan function

use Math::Trig; print "The tangent of 0 = ", tan(0), "\n";