greatest common divisor
Apparence
Étymologie
[modifier le wikicode]Locution nominale
[modifier le wikicode]Singulier | Pluriel |
---|---|
greatest common divisor \Prononciation ?\ |
greatest common divisors \Prononciation ?\ |
greatest common divisor \Prononciation ?\
- (Arithmétique) Plus grand commun diviseur.
Write a program that implements Euclid's algorithm and uses it to determine the greatest common divisor of two integers entered by the user.
— (Ben Stephenson, The Python Workbook (2nde édition), Springer, 2019, page 133)- Écrivez un programme qui implémente l'algorithme d'Euclide et l'utilise pour déterminer le plus grand commun diviseur de deux entiers entrés par l'utilisateur.