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

8 Commits

Author SHA1 Message Date
vitalyster
375bc1352c f64.eq()
fixes float comparison tests
2019-07-31 09:20:40 +02:00
Archan Patkar
7b4c3ec618 math/complex: restructuring cmath as a submodule of math 2019-07-23 13:35:44 +02:00
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
Archan Patkar
69d2db0f1e math: added complex trig operations 2019-07-10 20:50:43 +02:00
Koustav Chowdhury
385f47c0cd add abs for complex, add tests (#1043) 2019-07-09 21:12:51 +02:00
Archan Patkar
3f916efb64 math: additional complex operations with tests 2019-07-09 20:51:46 +02:00
hazohelet
ccf733ac95 add angle func 2019-07-07 22:42:03 +02:00
archanpatkar
818f8252f6 math: basic complex number support with tests 2019-07-07 01:16:49 +02:00