mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
* lisp/calc/calc.el (calc-mode): Improve docstring.
This commit is contained in:
parent
8aad8d75aa
commit
09fad246de
@ -1282,16 +1282,17 @@ the trail buffer."
|
|||||||
(defun calc-mode ()
|
(defun calc-mode ()
|
||||||
"Calculator major mode.
|
"Calculator major mode.
|
||||||
|
|
||||||
This is an RPN calculator featuring arbitrary-precision integer, rational,
|
This is a Reverse Polish notation (RPN) calculator featuring
|
||||||
floating-point, complex, matrix, and symbolic arithmetic.
|
arbitrary-precision integer, rational, floating-point, complex,
|
||||||
|
matrix, and symbolic arithmetic.
|
||||||
|
|
||||||
RPN calculation: 2 RET 3 + produces 5.
|
RPN calculation: 2 RET 3 + produces 5.
|
||||||
Algebraic style: \\=' 2+3 RET produces 5.
|
Algebraic style: \\=' 2+3 RET produces 5.
|
||||||
|
|
||||||
Basic operators are +, -, *, /, ^, & (reciprocal), % (modulo), n (change-sign).
|
Basic operators are +, -, *, /, ^, & (reciprocal), % (modulo), n (change-sign).
|
||||||
|
|
||||||
Press ? repeatedly for more complete help. Press `h i' to read the
|
Press \\`?' repeatedly for more complete help. Press \\`h i' to read the
|
||||||
Calc manual on-line, `h s' to read the summary, or `h t' for the tutorial.
|
Calc manual, \\`h s' to read the summary, or \\`h t' for the tutorial.
|
||||||
|
|
||||||
Notations: 3.14e6 3.14 * 10^6
|
Notations: 3.14e6 3.14 * 10^6
|
||||||
_23 negative number -23 (or type `23 n')
|
_23 negative number -23 (or type `23 n')
|
||||||
|
Loading…
Reference in New Issue
Block a user