MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / c_atan

Method c_atan

libraries/Complex/complex.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256
257Complex Complex::c_atan() const
258{
259 return (Complex(0,-1) * (Complex(re, im - 1)/Complex(-re, -im - 1)).c_log()) * 0.5;
260}
261
262
263//

Callers 2

c_acotMethod · 0.80
unittestFunction · 0.80

Calls 2

ComplexClass · 0.85
c_logMethod · 0.80

Tested by 1

unittestFunction · 0.64