mx.nd.gamma¶
Description¶
Returns the gamma function (extension of the factorial function to the reals), computed element-wise on the input array.
The storage type of gamma output is always dense
Arguments¶
Argument |
Description |
|---|---|
|
NDArray-or-Symbol. The input array. |
Value¶
out The result mx.ndarray
