a % b

From Bohemia Interactive Community
Revision as of 17:10, 21 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


back to COMREF

a % b


Operand types:

a: Number

b: Number

Type of returned value:

Number

Description:

Remainder, of a divided by b.
Note: Remainder is calculated in real domain.


Example:

4.5 % 3 ..........Result is 1.5