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

Method log10

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

Common logarithm implementation. \param arg function argument \return function value stored in single-preicision

Source from the content-addressed store, hash-verified

1412 /// \param arg function argument
1413 /// \return function value stored in single-preicision
1414 static expr log10(float arg) { return expr(std::log10(arg)); }
1415
1416 /// Logarithm implementation.
1417 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
log10Function · 0.85

Tested by

no test coverage detected