exp(999) isn't "infinity". Even exp(9999) can still be represented on
authorNicholas Clark <nick@ccl4.org>
Sun, 10 Feb 2008 09:02:21 +0000 (09:02 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 10 Feb 2008 09:02:21 +0000 (09:02 +0000)
commitf7a782ffe2f8f23ef6d2e927311c879ee73b140f
treeb4995aa5caf0e6c305bc66ea4f98e67a71274300
parente71197e2883063656534954aa6b56632e3c510c6
exp(999) isn't "infinity". Even exp(9999) can still be represented on
80 bit long doubles. exp(99999) can't.

p4raw-id: //depot/perl@33268
lib/Math/Complex.pm