Manuals/calci/MODWITH
Jump to navigation
Jump to search
MODWITH(Dividend,Divider)
- and are any real number .
Description
- This function returns the remainder after division of a number.
- In , and are any numerical numbers.
- So Mod function divides one numeric expression by another numeric expression and returns the remainder.
- The result has the same sign as divisor.
Examples
- MODWITH(85,3) = 1
- MODWITH(543,11) = 4
- MODWITH(9832,65.4) = 22
- MODWITH(5643,-65) = -12