From 55f08f9028c22cf9abc41efa19bdc5c0c96b4e54 Mon Sep 17 00:00:00 2001 From: John Regan Date: Sun, 19 Mar 2023 17:51:41 -0400 Subject: [PATCH] update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.