Block Group: | Math Operations |
Icon: |
![]() |
The Divide block divides its arguments.
Division is calculated in order, top to bottom. A divisor of zero causes an “Infinity” error result to be returned.
The following properties of the Divide block can take input and give output.
input 0 specifies the initial dividend.
input n specifies a divisor. Division is calculated in order, top to bottom.
The following property of the Divide block can give output but cannot take input.
The following image shows two examples of the Divide block. In the leftmost Divide block, ten is divided first by four and then by two, for an output value of 1.25. In the rightmost Divide block, two different data types are used: a number and a string representation of a number.