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

3
LINES

< > BotCompany Repo | #1036627 // isNonZero

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

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

sbool isNonZero(Double d) {
  ret d != null && !isNaN(d) && d != 0;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1036627
Snippet name: isNonZero
Eternal ID of this version: #1036627/2
Text MD5: 32562e50ea043b93b8828f5d1616577d
Transpilation MD5: bd472809d9daa2a9a28da0cd4fb7b466
Author: stefan
Category: javax / gazelle 22
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-06-03 05:17:02
Source code size: 71 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 67 / 98
Version history: 1 change(s)
Referenced in: [show references]