Int64 GcdInt64(Int64 X, Int64 Y)
Greatest common divisor.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Int64 | |
| 2 | Y | Int64 |
Returns: Int64 - the greatest common divisor of X and Y. X and Y must be positive integers.
See Also: Math387.Lcm
Greatest common divisor.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Int64 | |
| 2 | Y | Int64 |
Returns: Int64 - the greatest common divisor of X and Y. X and Y must be positive integers.