About Pi Downloads Documentation Plugins Developer Forum Issues

Number.decimal

Summary

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

Syntax

Number.decimal(system)

Example

>>> (101).decimal(2)
5

See Also