home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / install / rxmath.dsc < prev    next >
Encoding:
Text File  |  1993-11-07  |  619 b   |  32 lines

  1. RxMathFN
  2. Version:  1.0, 92/12/03
  3.  
  4. RxMath is a REXX DLL that supplies the OS/2 REXX programmer with access to most C math functions.  
  5.  
  6. The following are the math functions provided.  These functions are a subset of those available with the C Set/2 Compiler.
  7.  
  8.   o  cos(x)
  9.   o  sin(x)         
  10.   o  tan(x)
  11.   o  acos(x)  
  12.   o  asin(x)  
  13.   o  atan(x)
  14.   o  cosh(x)  
  15.   o  sinh(x)  
  16.   o  tanh(x)
  17.   o  ceil(x) 
  18.   o  floor(x) 
  19.   o  exp(x)
  20.   o  log(x) 
  21.   o  sqrt(x)  
  22.   o  pow(x,y)
  23.   o  pi()  
  24.   o  e()
  25.  
  26. Hardware and Software Requirements:
  27.   o  IBM PC, PS/2
  28.   o  OS/2
  29.  
  30.  Author:  Patrick Mueller
  31.  
  32.