function GcdInt64(const X: Int64; const Y: Int64): Int64;
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.