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

Function erf

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

Error function. \param arg function argument \return error function value of \a arg template typename enable ::type erf(T arg) { return functions::erf(arg); }

Source from the content-addressed store, hash-verified

2521 /// \return error function value of \a arg
2522// template<typename T> typename enable<expr,T>::type erf(T arg) { return functions::erf(arg); }
2523 inline expr erf(half arg) { return functions::erf(arg); }
2524 inline expr erf(expr arg) { return functions::erf(arg); }
2525
2526 /// Complementary error function.

Callers 3

erfMethod · 0.85
erfcMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected