Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 441 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 441 Bytes

BigInt_c++_library

BigInt library operations which provided in :

  • a = 123456789012345678901234567890 , b = 113456789011345678901134567890.
  1. Addition : 236913578023691357802369135780.
  2. Subtraction : 10000000001000000000100000000.
  3. Multiplication : 14007010862991923172458314525833729651721781743086019052100.
  4. Division by integer(Ex : 3 ) : 1152263004115226300411522630.
  5. Logical comparisons :a >= b --> true , a == b --> false.