GCD

The GCD function returns the greatest common divisor of a collection of number values.

GCD(num-value, num-value…)

num-value: A number value or collection containing number values. If any value has a decimal portion, it is ignored.

num-value…: Optionally include one or more additional numbers or collections of numbers.

Notes

  • Sometimes called the greatest common factor, the greatest common divisor is the largest integer that divides into each of the numbers with no remainder.

Examples

=GCD(8, 10) returns 2.

=GCD(99, 102, 105) returns 3.

=GCD(34, 51) returns 17.

See alsoLCM
Morty Proxy This is a proxified and sanitized view of the page, visit original site.
Naudingas?
Ženklų limitas: 250
Didžiausias ženklų limitas yra 250.
Dėkojame už atsiliepimą.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.