How do I create or test for NaN or infinite values in Perl?
|
|
Here's a fairly reliable way:
Output is:
|
||||||||||||||||||
|
|
|
|
||
|
|
|
Personally, I would use Math::BigFloat (or BigInt) for anything that is going to touch infinity of NaN. Why reinvent the wheel with a hack solution when there are already modules that do the job? |
||
|
|
