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

Method c_acsc

libraries/Complex/complex.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283
284Complex Complex::c_acsc() const
285{
286 return (one / *this).c_asin();
287}
288
289
290Complex Complex::c_asec() const

Callers

nothing calls this directly

Calls 1

c_asinMethod · 0.80

Tested by

no test coverage detected