svoid test_tok_numberFunctionNames() { testTranspilationFunction tok_numberFunctionNames( "1to(100)", "oneTo(100)", "0xabc", "0xabc", "0f", "0f", "5.5F", "5.5F", "1E6", "1E6", "1e6", "1e6", "5.1e-5", "5.1e-5", "1E20f", "1E20f", "1_000", "1_000", "1_000_000", "1_000_000", "0b000_011_011", "0b000_011_011", ); }
Began life as a copy of #1030863
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031771 |
Snippet name: | test_tok_numberFunctionNames |
Eternal ID of this version: | #1031771/10 |
Text MD5: | d2b52ad6261f0c4e2dbc3371fc7c703c |
Author: | stefan |
Category: | javax / transpiling |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-21 18:30:38 |
Source code size: | 392 bytes / 19 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 155 / 253 |
Version history: | 9 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1031877 - test_tok_castToStatements |