MCPcopy 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
386Complex Complex::c_asech() const
387{
388 return (one / *this).c_acosh();
389}
390
391
392Complex Complex::c_acoth() const

Callers

nothing calls this directly

Calls 1

c_acoshMethod · 0.80

Tested by

no test coverage detected