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

3
LINES

< > BotCompany Repo | #1032827 // rdivides

JavaX fragment (include)

sbool rdivides(long b, long a) {
  ret b != 0 && (a % b) == 0;
}

Author comment

Began life as a copy of #1029465

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032827
Snippet name: rdivides
Eternal ID of this version: #1032827/4
Text MD5: 7e9ecffe86c23342cb5c92276d66e7bc
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-13 03:35:51
Source code size: 66 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 60 / 87
Version history: 3 change(s)
Referenced in: [show references]