qiqvo / LongNums

Long arithmetics. Real numbers. Multiplication. Prime tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LongNums

This is a lab on long number arithmetics.

Some multiplication methods are implemented:

  • Karasuba
  • Toomcook
  • Strassen (multi-threading is used here)

Naive Division and Binary-search-division

Real Long Number represented in Real.h

Prime tests with multi-threading

About

Long arithmetics. Real numbers. Multiplication. Prime tests.


Languages

Language:C++ 100.0%