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.
My personal favorite... (Score:2)
When I need to approximate PI, I just remember the sequence [1 1 3 3 5 5], rearranging its two halves to get:
which is correct to the first seven decimal places.That's sufficiently accurate to compute the circumference of the Earth from its radius with an error of about 3 metres (out of 40 million metres). Close enough for most everyday calculations. ;-)
Reply to This
Re:My personal favorite... (Score:2)