|
|
| version 1.3, 2013/10/20 21:10:09 | version 1.6, 2017/02/09 19:54:38 |
|---|---|
| Line 3 | Line 3 |
| ^math:convert[F0000000](16;2) | ^math:convert[F0000000](16;2) |
| ^math:convert[-F0000000](16;2) | ^math:convert[-F0000000](16;2) |
| ^math:convert[F0000000F0000000](16;2) | |
| ^math:convert[-F0000000F0000000](16;2) | |
| ^try-catch{ | ^try-catch{ |
| $d(^math:convert[100000000](16;2)) | $d(^math:convert[10000000000000000](16;2)) |
| } | } |
| $d(2) | $d(2) |
| Line 16 $d(2) | Line 19 $d(2) |
| ^d.mod(0) | ^d.mod(0) |
| } | } |
| $s[011] | |
| test oct support disabled: ^s.int[] ^s.double[] | |
| $s[2] | $s[2] |
| $i(^s.int[]) | $i(^s.int[]) |
| Line 31 $s as int: ^try-catch{ | Line 37 $s as int: ^try-catch{ |
| ^s.int[] | ^s.int[] |
| } | } |
| $s[0x10000000000000000] | |
| $s as double: ^try-catch{ | $s as double: ^try-catch{ |
| ^s.double[] | ^s.double[] |
| } | } |
| Line 42 $s as int: ^s.int[] | Line 49 $s as int: ^s.int[] |
| $s[-0x80000000] | $s[-0x80000000] |
| $s as int: ^s.int[] | $s as int: ^s.int[] |
| $s[0x80000000] | $s[0xFFFFFFFFFFFFFFFF] |
| $s as double: ^print[^s.double[]] | |
| $s[0x800000000000] | |
| $s as double: ^s.double[] | $s as double: ^s.double[] |
| as int: ^try-catch{ | as int: ^try-catch{ |
| ^s.int[] | ^s.int[] |
| } | } |
| @print[s] | |
| $result[^s.replace[e+0;e+]] |