Real constants and functions: Difference between revisions

Content added Content deleted
Line 1,714: Line 1,714:


use Math::Trig;
use Math::Trig;
pi; # alternate way to get pi

use Math::Complex;
pi; # alternate way to get pi</lang>
pi; # alternate way to get pi</lang>