Product: LABELVIEW, CODESOFT
Version: All Versions
|
mod: Returns the remainder of the division of the val_1 argument by the val_2 argument. The result has the same sign as the divisor.
Examples:
mod (7,2) = 1
mod (-7,2) = -1
mod (7,-2) = 1
mod (-7,-2) = -1
|