home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-21 | 231 b | 12 lines | [TEXT/RLAB] |
- floor:
-
- Syntax: floor ( a )
-
- Description:
-
- Floor returns the smallest integer not greater than the
- argument. If the argument is a MATRIX then the floor operation
- is performed on an element-by-element basis.
-
- See Also: ceil, int
-