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

Method exp

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

Exponential implementation. \param arg function argument \return function value stored in single-preicision

Source from the content-addressed store, hash-verified

1378 /// \param arg function argument
1379 /// \return function value stored in single-preicision
1380 static expr exp(float arg) { return expr(std::exp(arg)); }
1381
1382 /// Exponential implementation.
1383 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
expFunction · 0.85

Tested by

no test coverage detected