Skip to content
/ LongNums Public

Long arithmetics. Real numbers. Multiplication. Prime tests.

Notifications You must be signed in to change notification settings

qiqvo/LongNums

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages