Difference between revisions of "Manuals/calci/MODWITH"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
#MODWITH(9832,65.4) = 22 | #MODWITH(9832,65.4) = 22 | ||
#MODWITH(5643,-65) = -12 | #MODWITH(5643,-65) = -12 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|io-EZ8VS0MY|280|center|MOD}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:16, 15 January 2019
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