From 04fd3535449f0da5e9f4363d817e58a04f9f9a85 Mon Sep 17 00:00:00 2001 From: Samuel Herts Date: Tue, 21 May 2024 14:12:45 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b9b885..c5081bd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Features -- **Unlimited Integer Size**: Create integers of any size, limited only by available memory. +- **Arbitrary Integer Size**: Create integers of any size, limited only by available memory. - **Basic Arithmetic Operations**: Support for addition, subtraction, multiplication, and division. - **Advanced Computations**: Support for modulos, Square Roots, Powers, and Logarithms - **Comparison Operators**: Full set of comparison operators (==, !=, <, <=, >, >=).