We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe4caa commit 2b791bcCopy full SHA for 2b791bc
README.md
@@ -28,6 +28,7 @@ You can use every common operations :
28
- Exponentiation (pow) `**`
29
- Set wanted precision (-p INTEGER)
30
- Scientific notation `1.00E+003`
31
+ - Error handling: On invalid input, the binary/builtin return 1
32
- Long input lines (dynamically allocated)
33
- Numbers are coded on 256 bits using the MPFR library (<http://www.mpfr.org/>)
34
@@ -39,7 +40,6 @@ You can look `test.sh` to see all operations and their combinaisons that are kno
39
40
41
# Not yet supported
42
- Syntax check
- - Error handling
43
44
# Benchmarks
45
You can do a simple benchmark by executing `./test.sh` (it will also check that the builtin's behavior is as expected).
0 commit comments