Skip to content

Commit 2b791bc

Browse files
committed
MINOR: README: Update README for error handling supported
1 parent efe4caa commit 2b791bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ You can use every common operations :
2828
- Exponentiation (pow) `**`
2929
- Set wanted precision (-p INTEGER)
3030
- Scientific notation `1.00E+003`
31+
- Error handling: On invalid input, the binary/builtin return 1
3132
- Long input lines (dynamically allocated)
3233
- Numbers are coded on 256 bits using the MPFR library (<http://www.mpfr.org/>)
3334

@@ -39,7 +40,6 @@ You can look `test.sh` to see all operations and their combinaisons that are kno
3940

4041
# Not yet supported
4142
- Syntax check
42-
- Error handling
4343

4444
# Benchmarks
4545
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

Comments
 (0)