Float::floor

Calculate the largest integer less than or equal to a Float.

Type

floor :: Float -> Float

Examples

println$( (-1.23).floor$() )
println$( 1.23.floor$() )