diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-22 13:33:14 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-22 13:33:14 +0000 |
| commit | d6b6dd078d560dba1d72350427035bdbf08f5e20 (patch) | |
| tree | 45de47f27e5c05653934c03431f67ed5acc318e9 /Doc/Zsh/modules.yo | |
| parent | zsh-workers/7998 (diff) | |
| download | zsh-d6b6dd078d560dba1d72350427035bdbf08f5e20.tar zsh-d6b6dd078d560dba1d72350427035bdbf08f5e20.tar.gz zsh-d6b6dd078d560dba1d72350427035bdbf08f5e20.tar.bz2 zsh-d6b6dd078d560dba1d72350427035bdbf08f5e20.tar.lz zsh-d6b6dd078d560dba1d72350427035bdbf08f5e20.tar.xz zsh-d6b6dd078d560dba1d72350427035bdbf08f5e20.tar.zst zsh-d6b6dd078d560dba1d72350427035bdbf08f5e20.zip | |
zsh-workers/7999
Diffstat (limited to 'Doc/Zsh/modules.yo')
| -rw-r--r-- | Doc/Zsh/modules.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/modules.yo b/Doc/Zsh/modules.yo index 12066b773..3f443b073 100644 --- a/Doc/Zsh/modules.yo +++ b/Doc/Zsh/modules.yo @@ -37,6 +37,9 @@ Some basic file manipulation commands as builtins. item(tt(mapfile))( Access to external files via a special associative array. ) +item(tt(mathfunc))( +Standard scientific functions for use in mathematical evaluations. +) item(tt(parameter))( Access to internal hash tables via special associative arrays. ) @@ -63,6 +66,7 @@ menu(The deltochar Module) menu(The example Module) menu(The files Module) menu(The mapfile Module) +menu(The mathfunc Module) menu(The parameter Module) menu(The sched Module) menu(The stat Module) @@ -78,6 +82,7 @@ includefile(Zsh/mod_deltochar.yo) includefile(Zsh/mod_example.yo) includefile(Zsh/mod_files.yo) includefile(Zsh/mod_mapfile.yo) +includefile(Zsh/mod_mathfunc.yo) includefile(Zsh/mod_parameter.yo) includefile(Zsh/mod_sched.yo) includefile(Zsh/mod_stat.yo) |
