Things works, thanks :)
Few things I'd like to see explained (fixed, implemented?):
1. Once a float, always a float. Don't see way to make float other type
of data - string, integer.
2. This is not strictly related to floating point, just noticed:
:echo 1/0
2147483647
:echo 1.0/0
2.147484e+09
Shouldn't divide by 0 throw error?
3. floor(), ceil(), trunc() ?
4. Cosmetic thing but truncating of 0s in floating numbers would be user
friendly (eg. store and display 0.5 instead of 0.500000)
m.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---