(Emacs)~description for calc mode

List of tools.
This commit is contained in:
2022-08-12 21:54:44 +01:00
parent fa5b8bdefb
commit 345ed86b51

View File

@@ -1806,13 +1806,19 @@ further filtering of the process list.
"%" #'proced-narrow)) "%" #'proced-narrow))
#+end_src #+end_src
** Calculator ** Calculator
Surprise, surprise Emacs comes with a calculator. At this point there Surprise, surprise Emacs comes with a calculator.
is little that surprises me in terms of Emacs' amazing capabilities.
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 =calc-mode= is a calculator system within Emacs that provides a
diverse array of mathematical operations. It uses reverse polish diverse array of mathematical operations. It uses reverse polish
notation to do calculations (though there is a standard infix notation to do calculations (though there is a standard infix
algebraic notation mode) and provides incredible utilities. algebraic notation mode).
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package calc (use-package calc