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

7
LINES

< > BotCompany Repo | #1031831 // roundDownTo_rev - more unintuitive argument order

JavaX fragment (include)

1  
static int roundDownTo_rev(int x, int n) {
2  
  ret roundDownTo(n, x);
3  
}
4  
5  
static long roundDownTo_rev(long x, long n) {
6  
  ret roundDownTo(n, x);
7  
}

Author comment

Began life as a copy of #1013672

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1031831
Snippet name: roundDownTo_rev - more unintuitive argument order
Eternal ID of this version: #1031831/3
Text MD5: 3ca6d3c9972d7e8649349e712b8af953
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-07-13 06:32:03
Source code size: 149 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 101 / 125
Version history: 2 change(s)
Referenced in: [show references]