From cd7ae2fcce96b0818b258806494c998225dc3df6 Mon Sep 17 00:00:00 2001 From: Tushar Chaurasia <77012813+Dark-CodeX@users.noreply.github.com> Date: Mon, 14 Feb 2022 17:03:14 +0530 Subject: [PATCH] Update README.md details about graphing calculator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd7b3d47..d1d123c9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Calculator ships regularly with new features and bug fixes. You can get the late ## Features - Standard Calculator functionality which offers basic operations and evaluates commands immediately as they are entered. - Scientific Calculator functionality which offers expanded operations and evaluates commands using order of operations. +- Graphing Calculator functionality which offers fast and precise graphs to almost every mathematical equations in 2-D. - Programmer Calculator functionality which offers common mathematical operations for developers including conversion between common bases. - Date Calculation functionality which offers the difference between two dates, as well as the ability to add/subtract years, months and/or days to/from a given input date. - Calculation history and memory capabilities.