Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 399 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 399 Bytes

Bezout

Simple bezout algorithm using Haarcuba text table

C++ text table used: Haarcuba cpp text table

Use

To use this programs open the command prompt and type:

 bezout x y

being x and y two numbers

Future features

In the future i would like to add more features like:

  1. Real number, not only integers
  2. GUI mode