
Computes the ceiling of the given value.
ceil(x)# S4 method for Column
ceil(x)
# S4 method for Column
ceiling(x)
Column to compute on.
Other math_funcs: acos
, asin
,
atan2
, atan
,
bin
, bround
,
cbrt
, conv
,
corr
, cosh
,
cos
, covar_pop
,
cov
, expm1
,
exp
, factorial
,
floor
, hex
,
hypot
, log10
,
log1p
, log2
,
log
, pmod
,
rint
, round
,
shiftLeft
,
shiftRightUnsigned
,
shiftRight
, signum
,
sinh
, sin
,
sqrt
, tanh
,
tan
, toDegrees
,
toRadians
, unhex
# NOT RUN {
ceil(df$c)
# }
# NOT RUN {
ceiling(df$c)
# }
Run the code above in your browser using DataLab