1 | sbool bigIntBiggerThan(BigInteger a, BigInteger b) {
|
2 | ret a.compareTo(b) > 0; |
3 | } |
4 | |
5 | sbool bigIntBiggerThan(S a, S b) {
|
6 | ret bigIntBiggerThan(bigint(a), bigint(b)); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1007763 |
| Snippet name: | bigIntBiggerThan |
| Eternal ID of this version: | #1007763/2 |
| Text MD5: | 5183503bc11766966eb3ff1ad7f0ec79 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-11 03:19:52 |
| Source code size: | 170 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 772 / 777 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |