Libraryless. Click here for Pure Java version (32L/1K).
1 | sbool isNaN(double d) {
|
2 | ret Double.isNaN(d); |
3 | } |
4 | |
5 | sbool isNaN(float f) {
|
6 | ret Float.isNaN(f); |
7 | } |
Began life as a copy of #1005855
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, ppjhyzlbdabe, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1010594 |
| Snippet name: | isNaN |
| Eternal ID of this version: | #1010594/2 |
| Text MD5: | b69227637384d3e394c5e725efda80dd |
| Transpilation MD5: | 91f2a750869e0721ddc75ee8abbd703b |
| Author: | stefan |
| Category: | javax / maths |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-01 11:26:14 |
| Source code size: | 102 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1090 / 1466 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |