[Toc][Index]

RxMathFn - math. functions for REXX


Name     RxMathFn 
Version  10/92
Author   Patrick J. Mueller 
         IBM
         (see EMail Addresses)
Distrib. Freeware, IBM EWS 
Type     REXX DLL 
Price    -
Source   Internet 
         Name: RXMATH.* 

This DLL provides some mathematical functions to REXX programs: 
   *  cos( x ) 
   *  sin( x ) 
   *  tan( x ) 
   *  acos( x ) 
   *  asin( x ) 
   *  atan( x ) 
   *  cosh( x ) 
   *  sinh( x ) 
   *  tanh( x ) 
   *  ceil( x ) 
   *  floor( x ) 
   *  exp( x ) 
   *  log( x ) 
   *  log10( x ) 
   *  sqrt( x ) 
   *  pow( xy ) 
   *  pi() 
   *  e() 
   

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs