Manuals/calci/MODWITH

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

  1. MODWITH(85,3) = 1
  2. MODWITH(543,11) = 4
  3. MODWITH(9832,65.4) = 22
  4. MODWITH(5643,-65) = -12

Related Videos

MOD

See Also

References