Name
Floor -- calculate the floor of a value (V2.0)
Synopsis
result = Floor(x)
Function
Calculates the floor of x. The floor of a value is the largest integer that is less than or equal to it, e.g. the floor for 1.5 is 1, the floor for -1.5 is -2.

Inputs
x
value whose floor is to be calculated
Results
result
floor of x

Show TOC