قالب:Gcd/شرح
< قالب:Gcd
اذهب إلى التنقل
اذهب إلى البحث
- This is the documentation of Template:gcd.
هذا القالب مصمم على نحو معقد. يلزمك إدراك إعداداته واصطلاحاته قبل تعديله. إذا تسبب تعديلك للقالب في وقوع خلل فيه، سارع إلى إلغائه، فلربما ظهرت لذلك نتائج مستفسدة في الصفحات التي يستعمل فيها. اعلم أن بإمكانك تجربة تعديل القالب: إما في ملعبه، أو ملعبك أو ملعب ويكيبيديا. |
This template calculates the greatest common divisor (gcd) of two parameters. It returns the value of gcd. Zero is returned when calculation is too complex (this implementation only allows for ten iterations of the Euclidean algorithm).
Examples
- {{gcd|16|6}} → 2
- {{gcd|544|119}} → 17
- {{gcd|2089|3571}} → 0 (algorithm iteration limit reached)