home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / ARGUE.KEY < prev    next >
Text File  |  1993-11-07  |  228b  |  6 lines

  1. * argue                                               internal
  2. argue(f(x)) gives the argument of the function f(x). type(f(x)) gives the
  3. function name.
  4. See also: type.
  5. e.g. argue(sin(x)) give x, type(sin(x)) gives "sin()".
  6.