class Number
Description
Extensions to the built-in Number object.
Prototype extends native JavaScript numbers in order to provide:
- ObjectRangecompatibility, through- Number#succ.
- Numerical loops with Number#times.
- Simple utility methods such as Number#toColorPartandNumber#toPaddedString.
- Instance-method aliases of many functions in the Mathnamespace.