Skip to content

OrlovAlexey/BigInteger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big Integer Project

The implementation of Big Integer and Rational Classes in C++.
Infinite precision integer and float types! (as much as accuracy your machine can give)

Are supported:

  • different constuctors
  • basic operations (+,-,*,/,%)
  • their equal-versions (+=, -=, *=, /=, %=)
  • unary minus (-)
  • post-increment and pre-increment (++)
  • comparison operation (<, >, <=, >=, ==)
  • input and output operators (<<, >>)

About

Big Integer and Rational using C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published