mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 21:37:43 +00:00
Problem: More functions can be used as methods.
Solution: Make float functions usable as a method.
93cf85f9ef
Fix atan2() doc typo (patch referred to it as atan()).
Adjust Test_fmod() method test to expect "str2float('nan')".