5.7 Further reading and sources of this chapter
- The Wikipedia page on “modulo operation” has much information.
- The ECMAScript specification mentions that
%
is computed via “truncating division”. - Sect. “Rounding” in “JavaScript for impatient programmers” describes several ways of rounding in JavaScript.