maniacbug/StandardCplusplus

Bugs in complex

a-ma72 opened this issue · 2 comments

In line 310:
return complext(sinh(v.real()) * cos(v.imag()), cosh(v.real()) * sin(v.imag()) );

In line 302:
return polar(pow(v,p.real()), y.imag() * log(x) );

This project is dead. Do you see the same problem in ArduinoSTL?

https://github.com/mike-matera/ArduinoSTL

Yes, as you can see...