ఈ కంట్రో‌ల్‌ను మారిస్తే, ఈ పేజీ ఆటోమేటిక్‌గా అప్‌డేట్ చేయబడుతుంది

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.
ఉపయోగకరంగా ఉందా?
అక్షరాల పరిమితి: 250
అక్షరాల గరిష్ట పరిమితి 250.
మీ ఫీడ్‌బ్యాక్ అందించినందుకు ధన్యవాదాలు.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.