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()
[Back: REXXMATH - math. functions for REXX]
[Next: RxMathS - math. functions for REXX]