|
Round to integer greater than equal to current value. More...
Functions | |
AFAPI array | ceil (const array &in) |
C++ Interface for ceiling an array of numbers. More... | |
AFAPI af_err | af_ceil (af_array *out, const af_array in) |
C Interface for ceiling an array of numbers. More... | |
Round to integer greater than equal to current value.
C Interface for ceiling an array of numbers.
[out] | out | will contain values rounded to nearest integer greater than or equal to in |
[in] | in | is input array |