Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ c_asec
Method
c_asec
libraries/Complex/complex.cpp:290–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
288
289
290
Complex Complex::c_asec() const
291
{
292
return (one / *this).c_acos();
293
}
294
295
296
Complex Complex::c_acot() const
Callers
nothing calls this directly
Calls
1
c_acos
Method · 0.80
Tested by
no test coverage detected