1. Home
  2. Docs
  3. SmartConfig
  4. Formulas
  5. Supported Functions

Supported Functions

You can use these math functions in formulas:

  • sin(x), cos(x), tan(x) — trigonometric functions (x in radians)
  • sqrt(x) — square root
  • log(x) — natural logarithm
  • exp(x) — exponential function (e^x)
  • abs(x) — absolute value
  • floor(x), ceil(x) — rounding functions

How can we help?