Bugs in complex
a-ma72 opened this issue · 2 comments
a-ma72 commented
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) );
mike-matera commented
This project is dead. Do you see the same problem in ArduinoSTL?
a-ma72 commented
Yes, as you can see...