Skip to content

Functions

The computer algebra system in edML supports at least the functions listed on this page.

Elementary functions

  • sqrt: Square root
  • abs: Absolute value

Exponential function and logarithm

  • exp: Natural exponential function
  • log: Natural logarithm
  • log10: Decadic logarithm

Trigonometric functions

  • cos: Cosine function
  • sin: Sine function
  • tan: Tangent function
  • acos: Inverse cosine function
  • asin: Inverse sine function
  • atan: Inverse tangent function

Hyperbolic functions

  • cosh: Hyperbolic cosine function
  • sinh: Hyperbolic sine function
  • tanh: Hyperbolic tangent function