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

Function log

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

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

Source from the content-addressed store, hash-verified

2349 /// \return logarithm of \a arg to base e
2350// template<typename T> typename enable<expr,T>::type log(T arg) { return functions::log(arg); }
2351 inline expr log(half arg) { return functions::log(arg); }
2352 inline expr log(expr arg) { return functions::log(arg); }
2353
2354 /// Common logorithm.

Callers 15

logMethod · 0.85
log1pMethod · 0.85
log2Method · 0.85
asinhMethod · 0.85
acoshMethod · 0.85
atanhMethod · 0.85
lgammaMethod · 0.85
TESTFunction · 0.85
boxMullerTransformFunction · 0.85
homographyFunction · 0.85
getRandomEngineKernelFunction · 0.85
siftFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected