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

Function expm1

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

Exponential minus one. \param arg function argument \return e raised to \a arg subtracted by 1 template typename enable ::type expm1(T arg) { return functions::expm1(arg); }

Source from the content-addressed store, hash-verified

2335 /// \return e raised to \a arg subtracted by 1
2336// template<typename T> typename enable<expr,T>::type expm1(T arg) { return functions::expm1(arg); }
2337 inline expr expm1(half arg) { return functions::expm1(arg); }
2338 inline expr expm1(expr arg) { return functions::expm1(arg); }
2339
2340 /// Binary exponential.

Callers 2

expm1Method · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected