Mercurial > emacs
changeset 57398:29ed8cef77f8
(Default Simplifications): Add missing ).
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 08 Oct 2004 20:58:54 +0000 |
parents | 8434603cae5b |
children | 5d05bfed881a |
files | man/calc.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/calc.texi Fri Oct 08 18:38:17 2004 +0000 +++ b/man/calc.texi Fri Oct 08 20:58:54 2004 +0000 @@ -21981,7 +21981,7 @@ The most basic default simplification is the evaluation of functions. For example, @cite{2 + 3} is evaluated to @cite{5}, and @cite{@t{sqrt}(9)} is evaluated to @cite{3}. Evaluation does not occur if the arguments -to a function are somehow of the wrong type (@cite{@t{tan}([2,3,4])}, +to a function are somehow of the wrong type (@cite{@t{tan}([2,3,4])}), range (@cite{@t{tan}(90)}), or number (@cite{@t{tan}(3,5)}), or if the function name is not recognized (@cite{@t{f}(5)}), or if ``symbolic'' mode (@pxref{Symbolic Mode}) prevents evaluation (@cite{@t{sqrt}(2)}).