From 345ed86b51ac3ba7c3039841542db0ea9e51708c Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 12 Aug 2022 21:54:44 +0100 Subject: (Emacs)~description for calc mode List of tools. --- Emacs/.config/emacs/config.org | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 9ac563a..748619e 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1806,13 +1806,19 @@ further filtering of the process list. "%" #'proced-narrow)) #+end_src ** Calculator -Surprise, surprise Emacs comes with a calculator. At this point there -is little that surprises me in terms of Emacs' amazing capabilities. +Surprise, surprise Emacs comes with a calculator. + +Greater surprise, this thing is over powered beyond just simple +calculation: +- Matrix calculations +- Generalised calculus operations +- Equation solvers for n-degree multi-variable polynomials +- Embedded mode! =calc-mode= is a calculator system within Emacs that provides a diverse array of mathematical operations. It uses reverse polish notation to do calculations (though there is a standard infix -algebraic notation mode) and provides incredible utilities. +algebraic notation mode). #+begin_src emacs-lisp (use-package calc -- cgit v1.2.3-13-gbd6f