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

Method c_acosh

libraries/Complex/complex.cpp:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344
345Complex Complex::c_acosh() const
346{
347 return gonioHelper2(1);
348}
349
350
351Complex Complex::c_atanh() const

Callers 1

c_asechMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected