Join Slack
Powered by
cool, will post it in IntelliJ channel
# announcements
r
razvandragut
09/24/2018, 5:19 PM
cool, will post it in IntelliJ channel
d
Dico
09/27/2018, 5:46 AM
Was just looking at the implementation of
Double.isNaN
, it's quite funny in the context:
Copy code
java public static boolean isNaN(double v) { return (v != v); }
2
Views
Open in Slack
Previous
Next