about summary refs log tree commit diff
path: root/Doc/Zsh/mod_mathfunc.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-02-14 14:37:53 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-02-16 10:52:27 +0000
commitf96a0167289d41d583b01b17482bba0641be2805 (patch)
tree07a0d58155debe69c3d378618eb6bf2feadec434 /Doc/Zsh/mod_mathfunc.yo
parent40b3d2a1f65809c9e2e43fe4c426bd231b2a975a (diff)
downloadzsh-f96a0167289d41d583b01b17482bba0641be2805.tar.gz
zsh-f96a0167289d41d583b01b17482bba0641be2805.tar.xz
zsh-f96a0167289d41d583b01b17482bba0641be2805.zip
users/21256 + workers/37965: New math functions min(), max(), sum(), provided by a new autoloadable function 'zmathfunc'.
Diffstat (limited to 'Doc/Zsh/mod_mathfunc.yo')
-rw-r--r--Doc/Zsh/mod_mathfunc.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_mathfunc.yo b/Doc/Zsh/mod_mathfunc.yo
index 5239da5f8..8b72de3ab 100644
--- a/Doc/Zsh/mod_mathfunc.yo
+++ b/Doc/Zsh/mod_mathfunc.yo
@@ -36,6 +36,11 @@ that it is therefore only useful immediately after a call to tt(gamma) or
 tt(lgamma).  Note also that `tt(signgam+LPAR()RPAR())' and `tt(signgam)' are
 distinct expressions.
 
+The functions tt(min), tt(max), and tt(sum) are defined not in this module
+but in the tt(zmathfunc) autoloadable function, described in
+ifzman(the section `Mathematical Functions' in zmanref(zshcontrib))\
+ifnzman(noderef(Mathematical Functions)).
+
 The following functions take two floating point arguments: tt(copysign),
 tt(fmod), tt(hypot), tt(nextafter).