- :integer
floor
calculate the largest integer not greater than given value
Parameters
floor value :integer :floating
Returns
Examples
copyprint floor 2.1 ; 2 print floor 2.9 ; 2 print floor neg 3.5 ; -4 print floor 4 ; 4
floor value :integer :floating
copyprint floor 2.1 ; 2 print floor 2.9 ; 2 print floor neg 3.5 ; -4 print floor 4 ; 4