home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netdor3.zip / DISK_13 / IMAGE12.ZIP / CATALOG / RXMATH.DSC < prev    next >
Text File  |  1993-09-03  |  972b  |  18 lines

  1. **************************************************************************
  2. *                         This program is AS IS.                         *
  3. *   It is included with IBM Network Door/2 as a demonstration program,   *
  4. *   but is not a supported part of the IBM Network Door/2 product.       *
  5. **************************************************************************
  6.  
  7.                                 RxMathFn
  8.                Basic Mathematic Functions for use with OS/2 REXX
  9.                      OS/2 2.0 Rexx Math Function Package
  10.                                    by
  11.                            Patrick J. Mueller
  12.  
  13. The following math functions are provided:  cos(x), sin(x), tan(x),
  14. acos(x), asin(x), atan(x), cosh(x), sinh(x), tanh(x), ceil(x),
  15. floor(x), exp(x), log(x), log10(x), sqrt(x), pow(x,y), pi(), e().
  16. Note that these functions are a subset of those available with the C
  17. Set/2 compiler.  All trigonometric functions deal with radians.
  18.