Libraryless. Click here for Pure Java version (58L/1K).
sbool greaterThan(O a, O b) { ret cmp(a, b) > 0; } sbool greaterThan(int a, int b) { ret a > b; } 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: | 1014 / 1243 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035495 - greaterOrEq |