Tagged Questions

1
vote
4answers
279 views

Algorithm for doing arithmetic operation on very large numbers

I need a algorithm to perform arithmetic operations on large numbers(that are way above range of float, double int or any other data type for that matter). I am required to write the code in C. I ...