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

Function exp2

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

Binary exponential. \param arg function argument \return 2 raised to \a arg template typename enable ::type exp2(T arg) { return functions::exp2(arg); }

Source from the content-addressed store, hash-verified

2342 /// \return 2 raised to \a arg
2343// template<typename T> typename enable<expr,T>::type exp2(T arg) { return functions::exp2(arg); }
2344 inline expr exp2(half arg) { return functions::exp2(arg); }
2345 inline expr exp2(expr arg) { return functions::exp2(arg); }
2346
2347 /// Natural logorithm.

Callers 1

exp2Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected