commit | db7c686ea58323f8e8550dea287eac7ea4964a55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 21 16:33:48 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 21 16:33:48 2010 +0200 |
tree | 0b0ff55ed0526a4209c349f833b611b23adad48e | |
parent | b382ad13ca50ee57d94150a3be50586d19db4204 [diff] [blame] |
Add extra floating point functions.
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index ea466ce..4ba7aee 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt
@@ -7184,6 +7184,9 @@ 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* -----