Number2009-01-06 09:23:23
Summary
The methods which are added by Pi Library to Number Prototype
Methods
range
Number.range(Callback (Optional))
Generates lists containing arithmetic progressions.
base
Number.base(system)
Converts a decimal number to the value of the chosen numeral system.
decimal
Number.decimal(system)
Converts a number from a numeral system to the decimal value.
random
min.max.random()
Generates a random number.