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

Method c_log10

libraries/Complex/complex.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186
187Complex Complex::c_log10() const
188{
189 return c_logn(10);
190}
191
192
193//

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64