diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/arith.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/arith.yo b/Doc/Zsh/arith.yo index 4fff28fe2..96dc2dc68 100644 --- a/Doc/Zsh/arith.yo +++ b/Doc/Zsh/arith.yo @@ -92,7 +92,7 @@ point numbers, in which case the base must be omitted; grouping is away from the decimal point. For example, example(zmodload zsh/mathfunc -print $(( [#_] sqrt(1e7) ))) +print $(( [#_] sqrt+LPAR()1e7+RPAR() ))) outputs `tt(3_162.277_660_168_379_5)' (the number of decimal places shown may vary). |