RxMathFn

From EDM2
Jump to: navigation, search

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

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

Links