Float::ceil
Calculate the smallest integer greater than or equal to a Float
.
Type
ceil :: Float -> Float
Examples
println$( (-1.23).ceil$() )
println$( 1.23.ceil$() )
Calculate the smallest integer greater than or equal to a Float
.
ceil :: Float -> Float
println$( (-1.23).ceil$() )
println$( 1.23.ceil$() )