The wikipedia article on mixed radix numeral systems says
Mixed-radix numbers of the same base can be manipulated using a generalization of manual arithmetic algorithms.
This sounds like "naive long multiplication" in mixed radix systems won't be significantly more complicated than "naive long multiplication" in fixed base systems. However, no algorithm or reference was given, and googling only turned up ridiculously complicated stuff.
Ok, even in fixed base systems, "naive long multiplication" isn't really simple, because one needs the corresponding multiplication table. But can there be something analogous to a multiplication table for mixed radix systems? Or is multiplication in mixed radix numeral systems simply ridiculously complicated?
Is the answer the same for all mixed radix numeral systems, or are some like the factorial number system better suited to handle multiplication than other non-fixed base systems?