Template:Dec to frac/doc: Difference between revisions

Boobpedia - Encyclopedia of big boobs
Jump to navigationJump to search
(New page: {{documentation subpage}} This template converts decimal fractions to vulgar fractions. It takes two parameters: *fraction to be converted; *resulting vulgar fraction's denominator If th...)
 
No edit summary
 
Line 20: Line 20:


<includeonly>
<includeonly>
[[Category:Mathematical function templates|{{PAGENAME}}]]
[[Category:Conversion templates|{{PAGENAME}}]]
[[Category:Conversion templates|{{PAGENAME}}]]
</includeonly>
</includeonly>

Latest revision as of 01:52, 7 June 2008

This is a documentation subpage for Template:Dec to frac (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

This template converts decimal fractions to vulgar fractions. It takes two parameters:

  • fraction to be converted;
  • resulting vulgar fraction's denominator

If the decimal fraction includes an integer part, it is retained in the output. If the resulting vulgar fraction can be resolved in lower terms than specified denominator, it is resolved, but due to algorithm limitation fractions with relatively large nominators/denominators may be left unresolved.

Examples

  • {{dec to frac|3.6742|16}} → 3+1116
  • {{dec to frac|0.375|16}} → +38

Sometimes it is impossible to convert a decimal to a vulgar fraction with requested denominator, in which cases the output is simply an input rounded up:

  • {{dec to frac|3.99|8}} → 4

...or down:

  • {{dec to frac|3.1|2}} → 3

When that is unacceptable, increase the denominator:

  • {{dec to frac|3.99|100}} → 3+99100
  • {{dec to frac|3.1|10}} → 3+110