integer, integer
Source: /avail/Avail/Foundation/Math
Categories: Mathematics, Integers
Find the greatest common denominator of two numbers using Euclid's theorem.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | input1 | integer | the first number of the pair to check. | |
2 | input2 | integer | the second number of the pair to check. | |
Returns | integer | the greates common denominator of the numbers. |