Nodes: Math

Last updated 5 August 2026
Name Function
Math:!=

Math:= Result is True when its inputs are the same.

Math:!= Result is True when its inputs do not match.

Math:< Result is True if input 1 is smaller than Input 2.

Math:<= Result is True if Input 1 is smaller or matches Input 2.

Math:> Result is True if input 1 is bigger than input 2.

Math:>= Result is True if input 1 is bigger or matches Input 2.

TRUE = Int(1); FALSE =Int(0)

Math:%

Math:*

Math:+

Math:-

Math:/

Math:<

Math:= Result is True when its inputs are the same.

Math:!= Result is True when its inputs do not match.

Math:< Result is True if input 1 is smaller than Input 2.

Math:<= Result is True if Input 1 is smaller or matches Input 2.

Math:> Result is True if input 1 is bigger than input 2.

Math:>= Result is True if input 1 is bigger or matches Input 2.

TRUE = Int(1); FALSE =Int(0)

Math:<=

Math:= Result is True when its inputs are the same.

Math:!= Result is True when its inputs do not match.

Math:< Result is True if input 1 is smaller than Input 2.

Math:<= Result is True if Input 1 is smaller or matches Input 2.

Math:> Result is True if input 1 is bigger than input 2.

Math:>= Result is True if input 1 is bigger or matches Input 2.

TRUE = Int(1); FALSE =Int(0)

Math:==

Math:>

Math:= Result is True when its inputs are the same.

Math:!= Result is True when its inputs do not match.

Math:< Result is True if input 1 is smaller than Input 2.

Math:<= Result is True if Input 1 is smaller or matches Input 2.

Math:> Result is True if input 1 is bigger than input 2.

Math:>= Result is True if input 1 is bigger or matches Input 2.

TRUE = Int(1); FALSE =Int(0)

Math:>=

Math:= Result is True when its inputs are the same.

Math:!= Result is True when its inputs do not match.

Math:< Result is True if input 1 is smaller than Input 2.

Math:<= Result is True if Input 1 is smaller or matches Input 2.

Math:> Result is True if input 1 is bigger than input 2.

Math:>= Result is True if input 1 is bigger or matches Input 2.

TRUE = Int(1); FALSE =Int(0)

Math:Abs

Math:Abs changes negative values to positives

Math:BinaryOperation

Math:Clamp

Math:Clamp constrains an Int, Float or Timestamp value to a Min/Max range

and emits the clamped value on the output matching the input type.

Math:Compare

Math:Count

Math:Count allows you to easily count up or down.

Math:D1

Math:D1 Emits the first derivative of your input Samples curve (rate of change).

Math:Expr

Math:Expr allows you to create code functions within Node Editor

It is is extremly powerful but hard to master.

The full documentation can be found here:

http://www.partow.net/programming/exprtk/

Math:Map

Math:Map allows you to easily convert an input

from one range to another.

Math:TimestampToFrame

Map:TimestampToFrame calculates what Frame index corresponds to

a timestamp, if 0:00:00.0 is index 0.

Math:^