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

Method c_acos

libraries/Complex/complex.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250
251Complex Complex::c_acos() const
252{
253 return gonioHelper1(1);
254}
255
256
257Complex Complex::c_atan() const

Callers 2

c_asecMethod · 0.80
unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64