|
Factorial function. More...
Functions | |
AFAPI array | factorial (const array &in) |
C++ Interface for factorial of input. More... | |
AFAPI af_err | af_factorial (af_array *out, const af_array in) |
C Interface for the factorial. More... | |
Factorial function.
C Interface for the factorial.
[out] | out | will contain the result of factorial of in |
[in] | in | is input |