Difference between revisions of "Template:Gcd/doc"
Jump to navigation
Jump to search
imported>Lam-ang |
|||
| Line 5: | Line 5: | ||
==Examples== | ==Examples== | ||
| − | * | + | *{{tlx|gcd|16|6}} → {{gcd|16|6}} |
| − | * | + | *{{tlx|gcd|360|180|120|90}} → {{gcd|360|180|120|90}} |
| − | * | + | *{{tlx|gcd|544|119}} → {{gcd|544|119}} |
| − | * | + | *{{tlx|gcd|2089|3571}} → {{gcd|2089|3571}} |
<includeonly> | <includeonly> | ||
[[Category:Mathematical function templates|GCD]] | [[Category:Mathematical function templates|GCD]] | ||
</includeonly> | </includeonly> | ||
Revision as of 13:52, 19 May 2016
| 40px | This is a documentation subpage for Template:Gcd. It contains usage information, categories and other content that is not part of the original template page. |
| 30px | This template uses Lua: |
This template calculates the greatest common divisor (gcd) of two or more parameters.
Examples