Template:Round/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Jimp No edit summary |
meta>Jimp add cat & doc the new upper bound ... tho not yet in place |
||
Line 2: | Line 2: | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | ||
==Usage== | ==Usage== | ||
This template rounds {{{1}}} to {{{2}}} decimal places (goes the other way for negatives) and includes trailing zeros. Scientific notation is used for numbers greater than or equal to 10{{e| | This template rounds {{{1}}} to {{{2}}} decimal places (goes the other way for negatives) and includes trailing zeros. Scientific notation is used for numbers greater than or equal to 10{{e|9}}, or less than 10{{e|−4}}. | ||
Compare: | Compare: | ||
Line 12: | Line 12: | ||
<includeonly><!-- | <includeonly><!-- | ||
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --> | ++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --> | ||
[[Category:Mathematical function templates]] | |||
</includeonly> | </includeonly> |
Revision as of 00:09, 10 July 2008
This is a documentation subpage for Template:Round. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
This template rounds {{{1}}} to {{{2}}} decimal places (goes the other way for negatives) and includes trailing zeros. Scientific notation is used for numbers greater than or equal to 10×109, or less than 10×10−4.
Compare:
- {{
#expr:2.0004 round 3
}} gives 2 - {{
rnd|2.0004|3
}} gives Template:Rnd - {{
rnd|0.000020004|7
}} gives Template:Rnd - {{
rnd|0|8
}} gives Template:Rnd