EVX - math. functions in REXX
Name   EVX
Version  1988 / 1990
Author  B. E. Chi
     (see EMail Addresses)
     ported to OS/2 by
     Michael Antonio
     (see EMail Addresses)
Distrib. Freeware
Type   REXX functions
Price   -
Source  Internet
     Name: EVX.*
This CMDs provides the REXX implementations of the following mathematical
functions:
- rad()
 - deg()
 - sqrt()
 - cbrt()
 - sin()
 - cos()
 - tan()
 - cot()
 - sec()
 - csc()
 - exp()
 - ln()
 - power()
 - asin()
 - acos()
 - atan()
 - acot()
 - asec()
 - acsc()
 - sinh()
 - cosh()
 - tanh()
 - lngamma()
 - erf()
 - erfc()
 
Note:  Because this archive is hard to find, I've included the CMD
in the source code section (see Math.
functions)
 
[Back: Mathematics] 
[Next: REXXMATH - math. functions for REXX]