تضامنًا مع حق الشعب الفلسطيني |
قالب:Gcd/شرح
< قالب:Gcd
هذه صفحة توثيق قالب:Gcd الفرعية، لشرح القالب وتصنيفه، وهي لا تدخل في استخدامه. |
- This is the documentation of قالب:Gcd.
هذا القالب مصمم على نحو معقد. ينصح بتجربة التعديلات في الملعب أوَّلًا. |
This template calculates the قاسم مشترك أكبر (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 خوارزمية أقليدس).
أمثلة
- {{gcd|16|6}} → 2
- {{gcd|544|119}} → 17
- {{gcd|2089|3571}} → 0 (algorithm iteration limit reached)