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

  1. %REM    Remainder after division.
  2. %    The remainder REM(x,y) is x - n.*y where n = fix(x./y)
  3. %    is the integer part of the elementwise quotient x./y .
  4.  
  5. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  6. %    Built-in function.
  7.