|
|
| version 1.1, 2023/11/27 22:02:59 | version 1.2, 2026/01/07 00:14:05 |
|---|---|
| Line 8 | Line 8 |
| 5. ^show[-1.] | 5. ^show[-1.] |
| 6. ^show[-1.1] | 6. ^show[-1.1] |
| space shown, problem_source used (as before): | another exception, inside pa_ato_any, without even sign: |
| 7. ^show[ +4000000000] | |
| same exception, but inside pa_atoui: | |
| 8. ^show[ +8000000000] | |
| another exception, without problem_source (and space): | |
| d1. ^try-catch{^date::create[-4000000000-12-01]} | |
| d2. ^try-catch{^date::create[ +4000000000-12-01]} | d2. ^try-catch{^date::create[ +4000000000-12-01]} |
| d3. ^try-catch{^date::create[ -8000000000-12-01]} | |
| another exception, inside pa_atoui, without even sign: | |
| d3. ^try-catch{^date::create[ +8000000000-12-01]} | |
| d4. ^try-catch{^date::create[ -8000000000-12-01]} | |
| @show[s] | @show[s] |
| ^try-catch{^s.int[]} ^try-catch{^s.double[]} | ^try-catch{^s.int[]} ^try-catch{^s.double[]} |