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

Function tgamma

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

Gamma function. \param arg function argument \return gamma function value of \a arg template typename enable ::type tgamma(T arg) { return functions::tgamma(arg); }

Source from the content-addressed store, hash-verified

2542 /// \return gamma function value of \a arg
2543// template<typename T> typename enable<expr,T>::type tgamma(T arg) { return functions::tgamma(arg); }
2544 inline expr tgamma(half arg) { return functions::tgamma(arg); }
2545 inline expr tgamma(expr arg) { return functions::tgamma(arg); }
2546
2547 /// \}

Callers 2

tgammaMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected