complete cli memo menu

This commit is contained in:
brevalferrari 2025-06-07 20:04:22 +02:00
parent 2f5d9aed32
commit 9a5e237733
7 changed files with 152 additions and 15 deletions

17
doc/fasteval/literals.txt Normal file
View file

@ -0,0 +1,17 @@
Several numeric formats are supported:
Integers: 1, 2, 10, 100, 1001
Decimals: 1.0, 1.23456, 0.000001
Exponents: 1e3, 1E3, 1e-3, 1E-3, 1.2345e100
Suffix:
1.23p = 0.00000000000123
1.23n = 0.00000000123
1.23µ, 1.23u = 0.00000123
1.23m = 0.00123
1.23K, 1.23k = 1230
1.23M = 1230000
1.23G = 1230000000
1.23T = 1230000000000