3 lines
62 B
Perl
3 lines
62 B
Perl
|
use Math::Trig;
|
||
|
|
||
|
print "Pi in degrees = ", rad2deg pi, "\n";
|