This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Multiplication
From CANNY Wiki
Revision as of 06:36, 23 November 2015 by MEGA (Talk | contribs) (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="...")
Appearance | |
---|---|
Изображение:5_5_2_2.png | |
Symbol | |
X * Y | |
Group | |
Arithmetic operations | |
Inputs | |
ValueX: | Numeric |
ValueY: | Numeric |
Outputs | |
Result: | Numeric |
Version CANNY Lab | |
from 0.6b |
Set the output result of the inputs numerical values arithmetic multiplication.
Features
16-bit multiplication, with overflow (modulo 65535). In other words, the result of multiplication can not exceed 65535, in case of inputs values multiplication is exceeds the value of 65535, the result will be the remainder of the division of this multiplication on 65536.