Rounds up to the least integer greater than or equal to x. More...
Functions | |
AFAPI array | ceil (const array &in) |
C++ Interface to ceil numbers. More... | |
AFAPI af_err | af_ceil (af_array *out, const af_array in) |
C Interface to ceil numbers. More... | |
Rounds up to the least integer greater than or equal to x.
C Interface to ceil numbers.
[out] | out | nearest integer greater than or equal to in |
[in] | in | input array |