MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / log10

Function log10

extern/half/include/half.hpp:2358–2358  ·  view source on GitHub ↗

Common logorithm. \param arg function argument \return logarithm of \a arg to base 10 template typename enable ::type log10(T arg) { return functions::log10(arg); }

Source from the content-addressed store, hash-verified

2356 /// \return logarithm of \a arg to base 10
2357// template<typename T> typename enable<expr,T>::type log10(T arg) { return functions::log10(arg); }
2358 inline expr log10(half arg) { return functions::log10(arg); }
2359 inline expr log10(expr arg) { return functions::log10(arg); }
2360
2361 /// Natural logorithm.

Callers 3

log10Method · 0.85
TESTFunction · 0.85
step_roundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected