datatable.math.ceil()¶
The smallest integer value not less than x, returned as float.
This function produces a float32 column if the input is of type
float32, or float64 columns for inputs of all other numeric
stypes.
Parameters¶
x
FExprOne or more numeric columns.
return
FExprExpression that computes the ceil() function for each row and
column in x.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.