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

20
LINES

< > BotCompany Repo | #1035790 // times - synonym of mul

JavaX fragment (include)

1  
static BigInteger times(BigInteger a, BigInteger b) {
2  
  ret mul(a, b);
3  
}
4  
5  
6  
7  
static BigInteger times(BigInteger a, long b) {
8  
  ret mul(a, b);
9  
}
10  
11  
12  
13  
static int times(int a, int b) {
14  
  ret mul(a, b);
15  
}
16  
17  
18  
static double times(double a, double b) {
19  
  ret mul(a, b);
20  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1035790
Snippet name: times - synonym of mul
Eternal ID of this version: #1035790/1
Text MD5: 950dcb210b27dc456cf51e731f279db7
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-27 22:16:34
Source code size: 265 bytes / 20 lines
Pitched / IR pitched: No / No
Views / Downloads: 56 / 67
Referenced in: [show references]