Sjabloon:Gcd/doc

Uit informatiestandaarden
< Sjabloon:Gcd
Versie door Ahenket (overleg | bijdragen) op 18 jul 2013 om 09:08 (Nieuwe pagina aangemaakt met '<noinclude>:''This is the documentation of Template:gcd.''</noinclude> {{Intricate template}} This template calculates the '''greatest common divisor''' (...')
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Naar navigatie springen Naar zoeken springen
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)