÷

This block is part of the math group and was last modified in core v10.4.28.

÷ v10.4.28

Produces the quotient of its operands where the first operand is the dividend and the second operand is the divisor.

In pins 2
  • number_0 required
    number
  • number_1 required
    number
Out pins 1
  • Number
    number

Outputs number_0 divided by number_1. Both pins must resolve to valid finite numbers (numeric strings and booleans coerce); an unwired, nil, or non-numeric pin outputs nil, and division by zero also outputs nil instead of Infinity or NaN. Example: number_0=7 number_1=2 -> 3.5.

divide
/

A typical wiring for ÷: the number out pin feeds cast to value.

Studio canvas example for the ÷ block: typical wiring for ÷.

Version history

Introduced in v10.4.28.


Back to math Return to the main group to view all sub-groups Back to number: operators Return to the group to view all blocks within this group