diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/mod_mathfunc.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_mathfunc.yo b/Doc/Zsh/mod_mathfunc.yo index 720db6d28..91de7fe71 100644 --- a/Doc/Zsh/mod_mathfunc.yo +++ b/Doc/Zsh/mod_mathfunc.yo @@ -37,7 +37,7 @@ tt(lgamma). Note also that `tt(signgam())' and `tt(signgam)' are distinct expresssions. The following functions take two floating point arguments: tt(copysign), -tt(drem), tt(fmod), tt(hypot), tt(nextafter). +tt(fmod), tt(hypot), tt(nextafter). The following take an integer first argument and a floating point second argument: tt(jn), tt(yn). |