Posts Tagged with "arithmetic"

PHP Modulo Tutorial

Wednesday, July 14, 2010

0 Comments

Modulo math is very important to many fields of study. For example, we perform modulo 12 arithmatic any time we read an analog clock. According to Wikipedia: In mathematics, modular arithmetic (sometimes called clock arithmetic) is a system of arithmetic for integers, where numbers “wrap around” after they reach a certain value—the modulus. PHP modulo [...]

Continue reading...