Also "NaN".to_f returns 0 instead of NaN.
feedback
|
|
The simplest way is to use | |||
|
feedback
|
|
If you need to test if a number is NaN, you can use
| |||
|
feedback
|
|
The thread linked to by Pesto has this function, which should work on platforms where floating-point numbers are implemented according to IEEE 754:
| |||||||
feedback
|
|
For practical purposes,
| |||||||||||
feedback
|