Jump to content

RxMathFn: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
RxMathFn. Basic Mathematic Functions for use with OS/2 REXX.
RxMathFn. Basic Mathematic Functions for use with OS/2 REXX.



Revision as of 04:57, 1 February 2017

RxMathFn. Basic Mathematic Functions for use with OS/2 REXX.

Download

Functions

  • cos(x) - cosine of x
  • sin(x) - sine of x
  • tan(x) - tangent of x
  • acos(x) - arc cosine of x
  • asin(x) - arc sine of x
  • atan(x) - arc tangent of x
  • cosh(x) - hyperbolic cosine of x
  • sinh(x) - hyperbolic sine of x
  • tanh(x) - hyperbolic tangent of x
  • ceil(x) - smallest integer >= x
  • floor(x) - largest integer <= x
  • exp(x) - e to the power x
  • log(x) - natural logarithm of x
  • log10(x) - base 10 logarithm of x
  • sqrt(x) - square root of x
  • pow(x,y) - x to the power y
  • pi() - value of π
  • e() - value of e

Files

License

  • Freeware. IBM License Agreement for OS/2 Tools

Author