Skip to content

Big integer and float number with 16bytes memory (C++)

License

Notifications You must be signed in to change notification settings

anhhuu/BigNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BigNumber

Big integer and float number with 16 bytes memory (C++)

Use:

main.cpp

#include <iostream>
#include "Qint.h"
int main()
{
  Qint num("2353476535675435675435643263245");
  Qint num1("884736969377375657");
  
  std::cout << num << " + " << num1 << " = " << num + num1 << std::endl;
  
  return 0;
}

About

Big integer and float number with 16bytes memory (C++)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published