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

Function erfc

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

Complementary error function. \param arg function argument \return 1 minus error function value of \a arg template typename enable ::type erfc(T arg) { return functions::erfc(arg); }

Source from the content-addressed store, hash-verified

2528 /// \return 1 minus error function value of \a arg
2529// template<typename T> typename enable<expr,T>::type erfc(T arg) { return functions::erfc(arg); }
2530 inline expr erfc(half arg) { return functions::erfc(arg); }
2531 inline expr erfc(expr arg) { return functions::erfc(arg); }
2532
2533 /// Natural logarithm of gamma function.

Callers 4

erfcMethod · 0.85
TESTFunction · 0.85
cndFunction · 0.85
cndFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected