floor
                no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | floor [2006/08/01 03:13] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: floor.txt,v 1.2 2006/08/01 02:45:08 sthalik Exp $ | ||
| + | ======Synopsis: | ||
| + | $__floor__(< | ||
| + | |||
| + | ======Technical: | ||
| + | Calculates the largest integer that is less than or equal to < | ||
| + | |||
| + | ======Returns: | ||
| + | The largest integer that is less than or equal to the argument, or | ||
| + | nothing if no argument is specified. | ||
| + | |||
| + | ======Examples: | ||
| + | < | ||
| + | $floor(3.141593) | ||
| + | $floor(1.570796) | ||
| + | $floor(0) | ||
| + | </ | ||
floor.txt · Last modified: 2006/08/01 03:13 by 127.0.0.1
                
                