about summary refs log tree commit diff
path: root/Doc/Zsh/mod_mathfunc.yo
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-08-12 03:20:37 -0500
committerPeter Stephenson <p.stephenson@samsung.com>2018-08-13 09:36:55 +0100
commitb21a641d4c63fce45736b635314e079ae360e5b2 (patch)
tree209514304b26af7f6abf4d22235d43d473410566 /Doc/Zsh/mod_mathfunc.yo
parent99fd8c0fe97b6e481ea41c16c753f3033aa1b47a (diff)
downloadzsh-b21a641d4c63fce45736b635314e079ae360e5b2.tar.gz
zsh-b21a641d4c63fce45736b635314e079ae360e5b2.tar.xz
zsh-b21a641d4c63fce45736b635314e079ae360e5b2.zip
43275: Add log2 to match func
Diffstat (limited to 'Doc/Zsh/mod_mathfunc.yo')
-rw-r--r--Doc/Zsh/mod_mathfunc.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/mod_mathfunc.yo b/Doc/Zsh/mod_mathfunc.yo
index 8b72de3ab..428a5be47 100644
--- a/Doc/Zsh/mod_mathfunc.yo
+++ b/Doc/Zsh/mod_mathfunc.yo
@@ -24,9 +24,9 @@ The following functions take a single floating point argument: tt(acos),
 tt(acosh), tt(asin), tt(asinh), tt(atan), tt(atanh), tt(cbrt), tt(ceil),
 tt(cos), tt(cosh), tt(erf), tt(erfc), tt(exp), tt(expm1), tt(fabs),
 tt(floor), tt(gamma), tt(j0), tt(j1), tt(lgamma), tt(log), tt(log10),
-tt(log1p), tt(logb), tt(sin), tt(sinh), tt(sqrt), tt(tan), tt(tanh),
-tt(y0), tt(y1).  The tt(atan) function can optionally take a second
-argument, in which case it behaves like the C function tt(atan2).
+tt(log1p), tt(log2), tt(logb), tt(sin), tt(sinh), tt(sqrt), tt(tan),
+tt(tanh), tt(y0), tt(y1).  The tt(atan) function can optionally take a
+second argument, in which case it behaves like the C function tt(atan2).
 The tt(ilogb) function takes a single floating point argument, but
 returns an integer.