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

Method gonioHelper2

libraries/Complex/complex.cpp:323–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322
323Complex Complex::gonioHelper2(const byte mode) const
324{
325 Complex c = c_sqr();
326 if (mode == 0)
327 {
328 c += 1;
329 }
330 else
331 {
332 c -= 1;
333 }
334 c = (*this + c.c_sqrt()).c_log();
335 return c;
336}
337
338
339Complex Complex::c_asinh() const

Callers

nothing calls this directly

Calls 2

c_logMethod · 0.80
c_sqrtMethod · 0.80

Tested by

no test coverage detected