Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Latest commit

 

History

History
55 lines (48 loc) · 1.36 KB

FLOOR.org

File metadata and controls

55 lines (48 loc) · 1.36 KB

Top | Up (Rounding) | < Previous (PAGE NAME) | Next (ROUND) >

FLOOR

Rounds down to the nearest whole number (towards -infinity).

Syntax

FLOOR number# OUT whole_number#
FLOOR integer% OUT integer%

Examples

PRINT FLOOR(6.2) '6
PRINT FLOOR(10.5) '10
PRINT FLOOR(-2.5) '-3
InputOutput
-0-0
infinityinfinity
-infinity-infinity
NaNNaN