====Math Nodes==== There are a range of different nodes in the Math [[node_tree|category]], each of which performs a mathematical function or comparison on numbers. [[math_abs|Abs]] - The Absolute/Positive Value of a Number\\ [[math_add|Add]] - Add Two Numbers\\ [[math_ceil|Ceil]] - Ceiling (Round Up)\\ [[math_clamp|Clamp]] - Limit a number to a range \\ [[math_condition|Condition]] - Condition / Expression\\ [[math_div|Div]] - Division\\ [[math_floor|Floor]] - Floor (Round Lowest)\\ [[math_max|Max]] - Maximum of 2 values \\ [[math_min|Min]] - Minimum of 2 values \\ [[math_mult|Mult]] - Multiplication \\ [[math_round|Round]] - Round (Round Nearest)\\ [[math_scale|Scale]] - Re-scale a number\\ [[math_sub|Sub]] - Subtract Two Numbers\\