Floor Function

Next: , Previous: Cos, Index: Index

This floor[n] function will find the largest integer less than or equal to n. Pass: A float/double to find floor of
Returns: An integer representing the floor

Examples

var a:=floor[10.5];
var y;
y:=floor[a];



Last Modified: August 2008