Libraryless. Compilation Failed (93L/1K).
1 | static InfiniteItIt<S> powersOfNAsHex(int n) { |
2 | ret new InfiniteItIt<S> { |
3 | BigInt i = bigint(1); |
4 | |
5 | public S next() { |
6 | ret (i = mul(i, n)).toString(16); |
7 | } |
8 | }; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034791 |
Snippet name: | powersOfNAsHex |
Eternal ID of this version: | #1034791/2 |
Text MD5: | 3bdb998b4d034052c44c73bee940ef1f |
Transpilation MD5: | af2a5fb6df1dba6f5b9a34fb7c4579c8 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-10 16:14:16 |
Source code size: | 188 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 150 / 211 |
Version history: | 1 change(s) |
Referenced in: | [show references] |