Posted by Ryan on September 12, 2002 at 15:50:24:
In Reply to: Re: base numerals posted by Subhotosh Khan on September 12, 2002 at 15:11:27:
To convert from base "A" to base "B" use the formula
LOG a X = (LOG b X)/(LOG b A )
: : I need to know how to conert a number from base 10 to base 5. For example how do I take 128 in base 10 and make it base 5? thanks
: *****************************************
: 128 = 1*125 + 0*25 + 0*5 + 3*1
: (base 10)125 = (base 5)1003