Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
Complex 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_acot
Method · 0.80
unittest
Function · 0.80
Calls
2
Complex
Class · 0.85
c_log
Method · 0.80
Tested by
1
unittest
Function · 0.64