Hi all,
On paper i have to do some arithmetic on large numbers, 1024 bits or more, including multiplication, division, power ...etc,
of course in C the largest variable i have is 32 bits,
does this mean that i have store my numbers in arrays and implement my own operators? (i.e. do the multiplication step by step....etc)
If any one have an idea or a better idea, its more than welcome,
Regards
On paper i have to do some arithmetic on large numbers, 1024 bits or more, including multiplication, division, power ...etc,
of course in C the largest variable i have is 32 bits,
does this mean that i have store my numbers in arrays and implement my own operators? (i.e. do the multiplication step by step....etc)
If any one have an idea or a better idea, its more than welcome,
Regards