home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / RXMATH.ZIP / RXMATH.ABS < prev    next >
Text File  |  1992-10-19  |  768b  |  21 lines

  1.                       (C) Copyright IBM Corp. 1992
  2.                                 RxMathFn
  3.                Basic Mathematic Functions for use with OS/2 REXX
  4.                      OS/2 2.0 Rexx Math Function Package
  5.                                    by
  6.                            Patrick J. Mueller
  7.  
  8. The following math functions are provided:  cos(x), sin(x), tan(x),
  9. acos(x), asin(x), atan(x), cosh(x), sinh(x), tanh(x), ceil(x),
  10. floor(x), exp(x), log(x), log10(x), sqrt(x), pow(x,y), pi(), e().
  11. Note that these functions are a subset of those available with the C
  12. Set/2 compiler.  All trigonometric functions deal with radians.
  13.  
  14. List of files included into RXMATH.ZIP:
  15.    RXMATHFN.CMD
  16.    RXMATHFN.DOC
  17.    RXMATHFN.DLL
  18.    LICENSE.TXT
  19.    RXMATH.ABS
  20.  
  21.