From 9cd2b05066d37674e9f7ecb2216b027e5b8901ab Mon Sep 17 00:00:00 2001 From: laura gao Date: Thu, 11 Sep 2025 10:36:40 -0400 Subject: [PATCH] Revise README for AP calculus BC support Updated the README to reflect support for all AP calculus BC integrals. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07430ec..a5e7e49 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Symbolic algebra and integration system built from scratch. Here are some integr ![integrals](./benchmark/integration_log.png) -Current version can do algebraic & trigonometric simplifications, perform differentiation, and can perform _almost all_ AP calc integrals including polynomials, rational functions, trig functions, logs, exponentials, and combinations of them. Also supports simplification of mathematical +Current version can do algebraic & trigonometric simplifications, perform differentiation, and can perform all AP calculus BC integrals including polynomials, rational functions, trig functions, logs, exponentials, and combinations of them. Also supports simplification of mathematical expressions, including a custom regex-like library for parsing mathematical expressions. ## Quick start