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

Function exp

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

Exponential function. \param arg function argument \return e raised to \a arg template typename enable ::type exp(T arg) { return functions::exp(arg); }

Source from the content-addressed store, hash-verified

2328 /// \return e raised to \a arg
2329// template<typename T> typename enable<expr,T>::type exp(T arg) { return functions::exp(arg); }
2330 inline expr exp(half arg) { return functions::exp(arg); }
2331 inline expr exp(expr arg) { return functions::exp(arg); }
2332
2333 /// Exponential minus one.

Callers 15

expMethod · 0.85
expm1Method · 0.85
exp2Method · 0.85
tgammaMethod · 0.85
erfMethod · 0.85
TESTFunction · 0.85
sigmoidFunction · 0.85
exp_native_nonnativeFunction · 0.85
gaussian1DFunction · 0.85
gaussian1DFunction · 0.85
gaussian1DFunction · 0.85
sigmoidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected