http://qs321.pair.com?node_id=159413


in reply to Re: Golf -- compute PI
in thread Golf -- compute PI

# 23 Characters
use Math::Trig;warn pi;
Why warn, when you can die saving one more character?
# 22 Characters use Math::Trig;die pi;
And, you can shave one more character, if you don't care for that pesky semi-colon at the end.

Oh, never mind. We are not supposed to use trig functions.

/prakash