Skip to main content

ceil

ceil(const RealArray arr) -> RealArray

Computes the smallest integer greater than or equal to each element of the RealArray arr element-wise.

Parameters