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