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

Method log

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

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

Source from the content-addressed store, hash-verified

1407 /// \param arg function argument
1408 /// \return function value stored in single-preicision
1409 static expr log(float arg) { return expr(std::log(arg)); }
1410
1411 /// Common logarithm implementation.
1412 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
logFunction · 0.85

Tested by

no test coverage detected