-
- Downloads
proper check, whether number is NaN using x!=x
Other possibility would be to use math.isnan(x), but this has been introduced in python 2.6 and doesn't work in older versions.
Loading
Please register or sign in to comment
Other possibility would be to use math.isnan(x), but this has been introduced in python 2.6 and doesn't work in older versions.