diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-08-12 21:54:44 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-14 00:45:42 +0100 |
commit | 345ed86b51ac3ba7c3039841542db0ea9e51708c (patch) | |
tree | 2e2a971312104c034aed78088dd64162f19a962a /Emacs/.config/emacs/config.org | |
parent | fa5b8bdefb952b904524a5a6743a64f1134e3208 (diff) | |
download | dotfiles-345ed86b51ac3ba7c3039841542db0ea9e51708c.tar.gz dotfiles-345ed86b51ac3ba7c3039841542db0ea9e51708c.tar.bz2 dotfiles-345ed86b51ac3ba7c3039841542db0ea9e51708c.zip |
(Emacs)~description for calc mode
List of tools.
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 12 |
1 files changed, 9 insertions, 3 deletions
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 |