Left Toolbar > Math Nodes >
Number Divide
The Number Divide node allows you to execute a division operation of two Number values.
On the left toolbar choose Math Nodes > Number Divide
Drag the Number Divide icon into the Node Graph.
Connect the Output: result.
dividend A NUMBER type of value.
divisor A NUMBER type of value.
result The number value. result = divident / divisor.
Dividend The first term in the division operation. This attribute is exposed as input by default.
Divisor The second term in the division operation. This attribute is exposed as input by default.