diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-21 16:33:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-21 16:33:48 +0200 |
commit | db7c686ea58323f8e8550dea287eac7ea4964a55 (patch) | |
tree | 0b0ff55ed0526a4209c349f833b611b23adad48e /runtime/doc/version7.txt | |
parent | b382ad13ca50ee57d94150a3be50586d19db4204 (diff) | |
download | vim-git-db7c686ea58323f8e8550dea287eac7ea4964a55.tar.gz |
Add extra floating point functions.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index ea466cee9..4ba7aeea7 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -7184,6 +7184,9 @@ Mostly by Moshin Ahmed. Support GDK_SUPER_MASK for GTK on Mac. (Stephan Schulz) +More floating point functions: acos(), asin(), atan2(), cosh(), exp(), fmod(), +log(), sinh(), tan(), tanh(). (Bill McCarthy) + Fixed *fixed-7.3* ----- |