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

Method c_asec

libraries/Complex/complex.cpp:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288
289
290Complex Complex::c_asec() const
291{
292 return (one / *this).c_acos();
293}
294
295
296Complex Complex::c_acot() const

Callers

nothing calls this directly

Calls 1

c_acosMethod · 0.80

Tested by

no test coverage detected