This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Division
From CANNY Wiki
Appearance | |
---|---|
Symbol | |
X / Y | |
Group | |
Arithmetic operations | |
Inputs | |
ValueX: | Integer |
ValueY: | Integer |
Outputs | |
Result: | Integer |
Version CANNY Lab | |
from 1.8 |
Set output "Quotient" as the result of integer division of the input "Dividend" values to the input "Divider" value, the remainder of the division is set at the output of "Remainder"
Features
Exception: the quotient of any number divided by zero is the number 65535, with the balance also equal to 65535.
Prior to CANNY Lab version 1.8, the function block has been divided into two sections: the 'Divide' and the 'Remainder'.