NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
A more boring alternative... (Score:1)
use Math::Trig;
printf "Pi is %.12f\n", pi;
If you want a few more digits... (Score:1)
Re:If you want a few more digits... (Score:2)
Reply to This
Parent
Re:If you want a few more digits... (Score:1)
Yeah, I knew that. So it was in a way an answer even more boring than the post I replied to :-) Nothing exciting like using :-)
log(-1) = -πi. But, having worked on the module, I just had to mention itRe:If you want a few more digits... (Score:2)