Skip to content

Math

Last updated

Math is a Drivers effect.

Takes two numbers and performs arithmetic with them. Either input can be left as a typed number.

Dividing by zero, and taking the remainder by zero, both return zero to avoid errors.

ParameterControlRangeDefaultUnit
ASlider-100 to 100; any value by typing0-
BSlider-100 to 100; any value by typing1-
OperationDropdownAdd · Subtract · Multiply · Divide · Minimum · Maximum · Remainder · PowerMultiply-
  • A: the left-hand value.
  • B: the right-hand value.
  • Operation: Minimum and Maximum put a floor or a ceiling under a driver, Remainder makes a value repeat, and Power raises A to B.