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

Function log1p

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

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

Source from the content-addressed store, hash-verified

2363 /// \return logarithm of \a arg plus 1 to base e
2364// template<typename T> typename enable<expr,T>::type log1p(T arg) { return functions::log1p(arg); }
2365 inline expr log1p(half arg) { return functions::log1p(arg); }
2366 inline expr log1p(expr arg) { return functions::log1p(arg); }
2367
2368 /// Binary logorithm.

Callers 2

log1pMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected