bits - Large number arithmetic -
bits - Large number arithmetic -
i have read somewhere handle big number arithmetic (really large) should store number in big base of operations @ max squareroot(maxnumber). because representing number in larger base of operations needs little number of digits e.g. 120 in decimal = 1111000 in binary system. if @ store big numbers in big bases, reduces number of bits @ lowest level? don't think because number in hexadecimal number scheme certainly takes little number of digits on paper not on hardware.
i think missing here. help me understand how can store big base of operations number @ bit level in less number of bits?
depends on encoding want utilize .. can binary coded decimals in can code each individual binary digit 4 binary bits ,, or can utilize extended binary representations numbers e.g 128 bit numbers etc.. should able find libraries allow both of above solutions online. p.s bcd take smaller space little numbers huge amount of bits big numbers.. maybe can find variation of bcd not wastefull
bits
Comments
Post a Comment