MixedRadix
MixedRadix[{b1,…,bn}]
represents the list of bases of a numerical system in which different digits have different bases.
Details

- A numeric system with bases {b1,…,bn} can express numbers from 0 to b1×b2×…×bn-1. Larger numbers are represented using an extended list of bases, effectively prepended with base Infinity.
Examples
open allclose allSee Also
IntegerDigits FromDigits IntegerString NumberDecompose NumberCompose
Related Guides
Introduced in 2015
(10.2)