Libraryless. Click here for Pure Java version (58L/1K).
1 | sbool greaterThan(O a, O b) {
|
2 | ret cmp(a, b) > 0; |
3 | } |
4 | |
5 | sbool greaterThan(int a, int b) { ret a > b; }
|
6 | sbool greaterThan(double a, double b) { ret a > b; } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1017577 |
| Snippet name: | greaterThan |
| Eternal ID of this version: | #1017577/2 |
| Text MD5: | 20482cfb9630d6b956e1330ee98263f2 |
| Transpilation MD5: | eb2c12da2dc5e07f9f1a6e3c26a74ad0 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-02-03 02:33:14 |
| Source code size: | 158 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1013 / 1241 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |