Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Divide

Divides a value by another value.


Inputs

  • value 1

    • The value to divide.
  • value 2

    • The value to divide by.

Outputs

  • result

    • The result of division.
  • result list

    • The list of results of division.

Note(s)

  • This operation is represented as / within the Expression node.

  • Other names for this node include: /.

Example(s)