Math.mod

From Data Realms Wiki

(Difference between revisions)
Jump to: navigation, search
Spacepope (Talk)
(New page: Return the remainder of a division. EX: math.mod(16,5) = a a = 1 Explanation : Math.mod computes the nearest integer solution of the division (in this case 15) and deducts the remainde...)

Latest revision as of 19:13, 15 March 2009

Return the remainder of a division.

EX: math.mod(16,5) = a a = 1

Explanation :

Math.mod computes the nearest integer solution of the division (in this case 15) and deducts the remainder (1).

Personal tools