If I have a floating point number in Haskell how do I test if it is a whole number.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
And just a reminder: always remember the almighty curse of the floating point numbers:
|
|||
|
Okay, so this is a year late, but I'm a big fan of a modification of the above:
So, for instance |
|||
|
|