Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ c_asech
Method
c_asech
libraries/Complex/complex.cpp:386–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
384
385
386
Complex Complex::c_asech() const
387
{
388
return (one / *this).c_acosh();
389
}
390
391
392
Complex Complex::c_acoth() const
Callers
nothing calls this directly
Calls
1
c_acosh
Method · 0.80
Tested by
no test coverage detected