home *** CD-ROM | disk | FTP | other *** search
- RxMathFN
- Version: 1.0, 92/12/03
-
- RxMath is a REXX DLL that supplies the OS/2 REXX programmer with access to most C math functions.
-
- The following are the math functions provided. These functions are a subset of those available with the C Set/2 Compiler.
-
- o cos(x)
- o sin(x)
- o tan(x)
- o acos(x)
- o asin(x)
- o atan(x)
- o cosh(x)
- o sinh(x)
- o tanh(x)
- o ceil(x)
- o floor(x)
- o exp(x)
- o log(x)
- o sqrt(x)
- o pow(x,y)
- o pi()
- o e()
-
- Hardware and Software Requirements:
- o IBM PC, PS/2
- o OS/2
-
- Author: Patrick Mueller
-
-