1 | static int max3(int a, int b, int c) { |
2 | ret max(max(a, b), c); |
3 | } |
4 | |
5 | static double max3(double a, double b, double c) { |
6 | ret max(max(a, b), c); |
7 | } |
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: | 197 / 234 |
Version history: | 1 change(s) |
Referenced in: | [show references] |