home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / ELFUN.DI$ / CEIL.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  224 b   |  9 lines

  1. %CEIL    Round towards plus infinity.
  2. %    CEIL(X) rounds the elements of X to the nearest integers
  3. %     towards infinity.
  4. %
  5. %    See also FLOOR, ROUND, FIX.
  6.  
  7. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  8. %    Built-in function.
  9.