Come build with us.
Stacks API v6 for Stacks 2.5
mathmathmathnumberA slider for choosing from a range of numbers.
A slider always has a minimum and maximum value (defaults to 0 - 20). Tick marks can be displayed to help the user find specific values. The output value can be either an integer (if rounding is enabled) or a float.
arg1number or stringarg2number or stringoperatorstring, on ofroundBooleantrueIf the value of round is true, then the output number will be rounded to the nearest whole integer. If the round property is not present on a math function, then the default is to enable rounding.
Note: Rounding is enabled by default. To return a floating point value, you must include and disable rounding.