1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/math
Alexander Medvednikov e1a6453302 move Complex logic to cmath
It was causing problems with cross compiling for Linux, and it should be
a separate module anyway, just like in Go and Python.
2019-07-10 21:47:13 +02:00
..
fraction_test.v math:added basic tests for fraction and fixed typo 2019-07-04 17:38:36 +02:00
fraction.v complex, fraction: simplify and format source code 2019-07-10 13:51:48 +02:00
math_test.v math: digits function; SqrtTau; extra spaces; re writed doc's to correct form; test for factorial 2019-07-02 19:19:02 +02:00
math.v check integer const overflow at compilation 2019-07-10 21:22:03 +02:00