From 8762f451cf3077a3babf2a5d55e8cca475f92f1b Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 8 Oct 2004 20:58:54 +0000 Subject: [PATCH] (Default Simplifications): Add missing ). --- man/calc.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/calc.texi b/man/calc.texi index 8c3a3c5f92c..3f5c40979ab 100644 --- a/man/calc.texi +++ b/man/calc.texi @@ -21981,7 +21981,7 @@ back on. 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)}). -- 2.39.5