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

7
LINES

< > BotCompany Repo | #1026091 // max3

JavaX fragment (include)

static int max3(int a, int b, int c) {
  ret max(max(a, b), c);
}

static double max3(double a, double b, double c) {
  ret max(max(a, b), c);
}

Author comment

Began life as a copy of #1023864

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1026091
Snippet name: max3
Eternal ID of this version: #1026091/2
Text MD5: 230f11d285945c6bdf15b6786b4e2661
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-20 00:37:22
Source code size: 150 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 131 / 166
Version history: 1 change(s)
Referenced in: [show references]