why we have to find modulus and argument......
Answers
Answered by
2
The reason behind this is to have problems for large integers so that only efficient algorithms can solve them in allowed limited time. What is modulo operation: The remainder obtained after the division operation on two operands is known as modulo operation. Operator for doing modulus operation is '%
Alice123456789:
thank you very much.
Answered by
1
The reason of taking Mod is to prevent integer overflows.
Similar questions