Skip to content

weiz0823/CPP-OOP-CALC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

欢迎来到清华第一精算师的世界

  • 2020/2/26 KaitoD creates the repo.
  • 2020/3/15 Weiz: BigInt basic structure.
  • 2020/3/15 Weiz adds and keeps updating doc.md.
  • 2020/3/24 Weiz: BigInt to basic mul/div/mod, keeps updating doc.
  • 2020/3/26 Weiz fixes (some of the) bugs in BigInt. uint_bit_arith_test and uint_simple_arith_test passed (maybe). Decimal output may be reliable (be careful though).
  • 2020/3/27 FFT multiplication, with test and benchmark.
  • 2020/3/28 Division and (the corresponding) modulus, with test and benchmark.
  • 2020/3/31 Extended arithmetic including gcd, primality test. Fixed some bugs. Add a divide-and-conquer division algorithm.
  • 2020/4/3 Add prime generation.
  • 2020/4/8 Add branch 'performance': try to improve performance.
  • 2020/4/11 'performance' has great progress now, merge into master.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.9%
  • Makefile 3.1%