Hi! I am in search for algorithm that performs division on two tables(representing large integers):
number1 = table A (int)
number2 = table B(int)
number1/number2
and the result should be also a table of int elements.
Thank you in advance.
This is a discussion on Division Algorithm within the C Programming forums, part of the General Programming Boards category; Hi! I am in search for algorithm that performs division on two tables(representing large integers): number1 = table A (int) ...
Hi! I am in search for algorithm that performs division on two tables(representing large integers):
number1 = table A (int)
number2 = table B(int)
number1/number2
and the result should be also a table of int elements.
Thank you in advance.
What's wrong with normal division and a for loop?
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
This is another question that has the stench of homework![]()
It hasn't been written and delivered on a silver platter.Originally Posted by Salem
If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein
All out of silver, will bronze do?
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.