Fix a typo in the Calc manual
* doc/misc/calc.texi (Algebraic Tutorial): Fix parentheses in @example. (Bug#34689)
This commit is contained in:
@@ -1775,7 +1775,7 @@ evaluated first, then @samp{*}, then @samp{/}, then finally
|
||||
is equivalent to
|
||||
|
||||
@example
|
||||
2 + ((3*4*5) / (6*(7^8)) - 9
|
||||
2 + ((3*4*5) / (6*(7^8))) - 9
|
||||
@end example
|
||||
|
||||
@noindent
|
||||
|
||||
Reference in New Issue
Block a user