This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Multiplication
From CANNY Wiki
Appearance | |
---|---|
Symbol | |
X * Y | |
Group | |
Arithmetic operations | |
Inputs | |
ValueX: | Integer |
ValueY: | Integer |
Outputs | |
Result: | Integer |
Version CANNY Lab | |
from 0.6b |
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 exceeds the value of 65535, the result will be the remainder of the division of this multiplication on 65536.