Come build with us.
Stacks API v6 for Stacks 2.5
math
math
math
number
A 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.
arg1
number or string
arg2
number or string
operator
string, on of
round
Boolean
true
If 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.