latest
Operators
Division

Returns the mathematical division

ID

662ae72910b6cb87640c91c1

Name

Division

Group

Operators

Package

Math

Keywords

div
/
/\/\d*/

Operators

Trigonometric

Tools

Constants

Creation method

There are two options for creating a Division node.

  • The first way to create a Division node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • div , /
    • / ( Any numeric value that will become the default value for port B ).
  • The second way is to select a Division node from the menu that opens from the top left.
    • Menu > Math > Operators > Division

Steps

  • Create a Division node.
  • Connect the number to divide (dividend) to the first port.
  • Connect the number to divide with (divisor) to the second port.

See also

Multiplication
Addition
Subtraction

Inputs

NameTypeDescriptionDefault Value
dividend
Number
Item to divide (dividend)
a
Number
Item to divide with (divisor)

Outputs

NameTypeDescription
div
Number
The result of the division