|
Cube root of input arrays. More...
Functions | |
AFAPI array | cbrt (const array &in) |
C++ Interface for cube root of input. More... | |
AFAPI af_err | af_cbrt (af_array *out, const af_array in) |
C Interface for cube root. More... | |
Cube root of input arrays.
C Interface for cube root.
[out] | out | will contain the cube root of in |
[in] | in | is input |