About Pi Downloads Documentation Plugins Developer Forum Issues

pi.util.Number.decimal

Summary

Converts a number from a numeral system to the decimal value.

Syntax

pi.util.Number.decimal(number,system)

Usage Example

>>> pi.util.Number.decimal(101,2)
5

See Also