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

7
LINES

< > BotCompany Repo | #1023864 // min3

JavaX fragment (include)

static int min3(int a, int b, int c) {
  ret min(min(a, b), c);
}

static double min3(double a, double b, double c) {
  ret min(min(a, b), c);
}

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: #1023864
Snippet name: min3
Eternal ID of this version: #1023864/2
Text MD5: c1d87375912795f6f8388562472660a9
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:12
Source code size: 150 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 162 / 210
Version history: 1 change(s)
Referenced in: [show references]