1 | static Rat rat(long l) {
|
2 | ret new Rat(l); |
3 | } |
4 | |
5 | static Rat rat(long a, long b) {
|
6 | ret new Rat(a, b); |
7 | } |
TODO: more signatures (see Rat constructors)
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: | #1002075 |
| Snippet name: | rat function - make rational number |
| Eternal ID of this version: | #1002075/2 |
| Text MD5: | 8a18a948d0b4157b7b11cd3b6ed0a8d1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-08 01:23:23 |
| Source code size: | 107 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1044 / 1189 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |