This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "Division"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Created page with " <div style="float:right;margin:5px;"> {|class="cannytable" width="350px" |- !colspan="2" style="background-color:#AFEEEE;"|Appearance |- |colspan="2" align="center" style="...")
 
Line 42: Line 42:
  
 
== Features ==
 
== Features ==
Исключение: частным от деления любого числа на ноль будет число 65535, при остатке равном также 65535.
+
Exception: the quotient of any number divided by zero is the number 65535, with the balance equal to 65535 also.
  
 
Prior to CANNY Lab version 1.8, the function block has been divided into two sections: the 'Divide' and the 'Remainder'.
 
Prior to CANNY Lab version 1.8, the function block has been divided into two sections: the 'Divide' and the 'Remainder'.

Revision as of 06:54, 23 November 2015

Appearance
5 5 2 2.png
Symbol
X / Y
Group
Arithmetic operations
Inputs
ValueX: Numeric
ValueY: Numeric
Outputs
Result: Numeric
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"

</div>

Features

Exception: the quotient of any number divided by zero is the number 65535, with the balance equal to 65535 also.

Prior to CANNY Lab version 1.8, the function block has been divided into two sections: the 'Divide' and the 'Remainder'.

Examples

Example 1
Example 2

See also

Addition

Subtraction

Multiplication

Built-in Function Blocks