Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 443 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 443 Bytes

maths-functions

Implementation of the simplest algorithms of number theory

Functional:

  1. GCD of two numbers using Euclid's algorithm
  2. Euler's function (number of coprime numbers less than n)

Screenshots

screen_1 screen_2