MCPcopy 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
380Complex Complex::c_acsch() const
381{
382 return (one / *this).c_asinh();
383}
384
385
386Complex Complex::c_asech() const

Callers

nothing calls this directly

Calls 1

c_asinhMethod · 0.80

Tested by

no test coverage detected