1. Home
  2. Docs
  3. SmartConfig
  4. Formulas
  5. Examples

Examples

InputExplanationResult
A+B+C+D with A=1,B=2,C=3 and D=4Sum of all four parameters10
(A^2 + B^2)^(0.5) with A=3 and B=4Calculate hypotenuse (Pythagoras)5
sin(A) with A=1.5708Sine of π/2 radians (~1.5708)1
sqrt(A*B)+log(C) with A=4,B=9 and C=2.718Square root and natural log combined6.43 (approx)

How can we help?