ഈ കൺട്രോളിൽ മാറ്റം വരുത്തുന്നത് ഈ പേജ് ഒട്ടോമാറ്റിക്കായി അപ്ഡേറ്റ് ചെയ്യാനിടയാക്കും

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.