Evaluate the cube root. More...
Functions | |
AFAPI array | cbrt (const array &in) |
C++ Interface to evaluate the cube root. More... | |
AFAPI af_err | af_cbrt (af_array *out, const af_array in) |
C Interface to evaluate the cube root. More... | |
Evaluate the cube root.
C Interface to evaluate the cube root.
[out] | out | cube root |
[in] | in | input array |