1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builtin: float.v + remove #include <math.h>

This commit is contained in:
Alexander Medvednikov
2019-10-15 04:46:40 +03:00
parent 4b176ba855
commit f9593bd857
4 changed files with 121 additions and 122 deletions

View File

@ -4,6 +4,8 @@
module math
#include <math.h>
// NOTE
// When adding a new function, please make sure it's in the right place.
// All functions are sorted alphabetically.