MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / c_acoth

Method c_acoth

libraries/Complex/complex.cpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390
391
392Complex Complex::c_acoth() const
393{
394 return (one / *this).c_atanh();
395}
396
397
398// --- END OF FILE ---

Callers

nothing calls this directly

Calls 1

c_atanhMethod · 0.80

Tested by

no test coverage detected