இந்தக் கட்டுப்பாட்டை மாற்றினால் இந்தப் பக்கம் தானாக மாற்றப்படும்

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.