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