[TOC]
ceil
Rounding towards positive infinity
Usage
ceil(A)
A
should be an array of numeric type.
It returns an array containing elements of
A
rounded towards
.
The output has the same size as
A
.
It returns an empty array if
A
is empty.