Hello,
The attachment fixes a document bug, which misses some float point
functions in usr_41.txt.
Regards,
H Xu
03/01/2011
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
diff -r 0139403c8eb0 runtime/doc/usr_41.txt
--- a/runtime/doc/usr_41.txt Fri Feb 25 18:38:36 2011 +0100
+++ b/runtime/doc/usr_41.txt Tue Mar 01 18:18:55 2011 +0800
@@ -661,7 +661,14 @@
sqrt() square root
sin() sine
cos() cosine
+ tan() tangent
+ asin() arc sine
+ acos() arc cosine
atan() arc tangent
+ atan2() arc tangent
+ sinh() hyperbolic sine
+ cosh() hyperbolic cosine
+ tanh() hyperbolic tangent
Variables: *var-functions*
type() type of a variable