update README

This commit is contained in:
John Regan
2023-03-19 17:51:41 -04:00
parent f9c724786b
commit 55f08f9028

View File

@@ -107,8 +107,7 @@ You can copy bigints:
bigint_copy(&dup,&b); /* dup now has the same data as b */
```
You can increment/decrement a bigint:
You can increment, decrement, add, subtract, multiply, and divide bigints.
Functions do not modify your input arguments.