Floor
From Mesham
Jump to navigationJump to search
Overview
This floor[n] function will find the largest integer less than or equal to n.
- Pass: A double to find floor of
- Returns: An integer representing the floor
Example
var a:=floor[10.5]; var y; y:=floor[a];