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