====== Math Nodes ====== Math nodes perform simple operations on input values, and output a number. == Float Number == A node which outputs a single floating point number, as set by the user. {{images:float.png?200|}} == Integer Number == A node which outputs a single integer, as set by the user. {{images:int.png?200|}} == Multiply == Multiplies Input A and Input B and outputs the result. {{images:multiply.png?250|}} == Divide == Divides Input A by Input B and outputs the result {{images:divide.png?250|}} == Add == Adds Input A and Input B together and outputs the result {{images:add.png?250|}} == Subtract == Subtracts Input A by Input B and outputs the result. {{images:subtract.png?250|}}