REXXMATH: Difference between revisions
Appearance
	
	
| m Ak120 moved page RexxMath Library to REXXMATH | mNo edit summary | ||
| Line 1: | Line 1: | ||
| REXXMATH Functions - Zhitao Zeng, Footprint Software | |||
| ==Functions== | |||
| ;ANSI Math Functions | |||
| :acos( x ) | |||
| :asin( x ) | |||
| :atan( x ) | |||
| :atan2( x, y ) | |||
| :ceil( x ) | |||
| :cos( x ) | |||
| :cosh( x ) | |||
| :exp( x ) | |||
| :fabs( x ) | |||
| :floor( x ) | |||
| :fmod( x, y ) | |||
| :frexp( x ) | |||
| :ldexp( x, i ) | |||
| :log( x ) | |||
| :log10( x ) | |||
| :modf( x ) | |||
| :pow( x, y ) | |||
| :sin( x ) | |||
| :sinh( x ) | |||
| :sqrt( x ) | |||
| :tan( x ) | |||
| :tanh( x ) | |||
| ;Non-ANSI Math Functions | |||
| :hypot( x, y ) | |||
| :j0( x ) | |||
| :j1( x ) | |||
| :jn( i, x ) | |||
| :y0( x ) | |||
| :y1( x ) | |||
| :yn( i, x ) | |||
| :pi() | |||
| :erf( x ) | |||
| :erfc( x ) | |||
| :gamma( x ) | |||
| [[Category:REXX Function Library]] | |||
Latest revision as of 00:28, 11 February 2020
REXXMATH Functions - Zhitao Zeng, Footprint Software
Functions
- ANSI Math Functions
- acos( x )
- asin( x )
- atan( x )
- atan2( x, y )
- ceil( x )
- cos( x )
- cosh( x )
- exp( x )
- fabs( x )
- floor( x )
- fmod( x, y )
- frexp( x )
- ldexp( x, i )
- log( x )
- log10( x )
- modf( x )
- pow( x, y )
- sin( x )
- sinh( x )
- sqrt( x )
- tan( x )
- tanh( x )
- Non-ANSI Math Functions
- hypot( x, y )
- j0( x )
- j1( x )
- jn( i, x )
- y0( x )
- y1( x )
- yn( i, x )
- pi()
- erf( x )
- erfc( x )
- gamma( x )