Skip to content

lolooppo/BigDecimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Big numbers operations library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages