diff --git a/README.md b/README.md index 0a42e25..fcf999b 100644 --- a/README.md +++ b/README.md @@ -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.