ceil
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | ceil [2006/07/25 21:22] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: ceil.txt,v 1.2 2006/07/17 20:15:25 sthalik Exp $ | ||
| + | ======Synopsis: | ||
| + | $__ceil__(< | ||
| + | |||
| + | ======Technical: | ||
| + | Calculates the smallest integer that is greater than or equal to < | ||
| + | |||
| + | ======Returns: | ||
| + | The smallest integer that is greater than or equal to the argument, or | ||
| + | nothing if no argument is specified. | ||
| + | |||
| + | ======Examples: | ||
| + | < | ||
| + | $ceil(3.141593) | ||
| + | $ceil(1.570796) | ||
| + | $ceil(0) | ||
| + | </ | ||
ceil.txt · Last modified: 2006/07/25 21:22 by 127.0.0.1
