ok this is really hard to explain but most coders would know exactly what im talking about.
12^6 = 2985984
using the modulo function, how can i subtract numbers so i can do like
n%12 = 10
(n/12)%12 = 11
(n/144)%12 = 3
(n/(12^3))%12 = 7
and so on
12^6 = 2985984
using the modulo function, how can i subtract numbers so i can do like
n%12 = 10
(n/12)%12 = 11
(n/144)%12 = 3
(n/(12^3))%12 = 7
and so on