# HG changeset patch # User Juri Linkov # Date 1097269134 0 # Node ID 29ed8cef77f83ee79392ce6e48720d56424287fa # Parent 8434603cae5b10e9826a5b3a3f90c2b62ac4219c (Default Simplifications): Add missing ). diff -r 8434603cae5b -r 29ed8cef77f8 man/calc.texi --- 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)}).