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

35
LINES

< > BotCompany Repo | #1036297 // over - synonym of div

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

Libraryless. Click here for Pure Java version (9686L/53K).

static BigInt over(BigInt a, BigInt b) {
  ret div(a, b);
}



static BigInt over(BigInt a, int b) {
  ret div(a, b);
}


static Complex over(Complex a, double b) {
  ret div(a, b);
}



static double over(double a, double b) {
  ret div(a, b);
}


static double over(double a, int b) {
  ret div(a, b);
}


static long over(long a, long b) {
  ret div(a, b);
}


static int over(int a, int b) {
  ret div(a, b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036297
Snippet name: over - synonym of div
Eternal ID of this version: #1036297/2
Text MD5: d708dde7e754c8e7cacc3082fd945bce
Transpilation MD5: fe51d9817ae9cf0b2079f8e6670e1efd
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-11-11 19:44:44
Source code size: 448 bytes / 35 lines
Pitched / IR pitched: No / No
Views / Downloads: 64 / 92
Version history: 1 change(s)
Referenced in: [show references]