• sin : sinus(x)
  • cos : cosine(x)
  • diff : diff(f) = differential of some function f returns a function
  • now : current time in milliseconds
  • min : min(x, y) returns the minimum of x and y
  • max : max(x, y) returns the maximum of x and y
  • pow : pow(x, y) x to the power of y