REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: modulo

modulo  a  b

Wrapper for MOD that handles errors like REMAINDER. Negligible values (compared to A and B) are rounded to zero.

Arguments:

a [number! money! time!]

b [number! money! time!] - Absolute value will be used

See also:

mod   //   remainder   round  

values (compared to A and B) are rounded to zero.

Description

See MOD for details.


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin