MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / erf

Function erf

include/half/half.hpp:2510–2510  ·  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

2508 /// \return error function value of \a arg
2509// template<typename T> typename enable<expr,T>::type erf(T arg) { return functions::erf(arg); }
2510 inline expr erf(half arg) { return functions::erf(arg); }
2511 inline expr erf(expr arg) { return functions::erf(arg); }
2512
2513 /// Complementary error function.

Callers 3

activate_floatFunction · 0.85
erfMethod · 0.85
erfcMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected