Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1010594 // isNaN

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (32L/1K).

sbool isNaN(double d) {
  ret Double.isNaN(d);
}

sbool isNaN(float f) {
  ret Float.isNaN(f);
}

Author comment

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: 428 / 607
Version history: 1 change(s)
Referenced in: [show references]