Truncate numbers to nearest integer. More...
Functions | |
AFAPI array | trunc (const array &in) |
C++ Interface to truncate numbers. More... | |
AFAPI af_err | af_trunc (af_array *out, const af_array in) |
C Interface to truncate numbers. More... | |
Truncate numbers to nearest integer.
C Interface to truncate numbers.
[out] | out | nearest integer not greater in magnitude than in |
[in] | in | input array |