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)

static BigInteger times(BigInteger a, BigInteger b) {
  ret mul(a, b);
}



static BigInteger times(BigInteger a, long b) {
  ret mul(a, b);
}



static int times(int a, int b) {
  ret mul(a, b);
}


static double times(double a, double b) {
  ret mul(a, b);
}

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: 52 / 63
Referenced in: [show references]