Manuals/calci/MODBY

Revision as of 15:16, 15 January 2019 by Devika (talk | contribs) (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
MODBY(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. MODBY(90,6) = 0
  2. MODBY(1005,8) = 5
  3. MODBY(679.54,23) = 12.539999999999964
  4. MODBY(6543,-306) = -189

Related Videos

MOD

See Also

References