Template:Round/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Patrick
meta>Patrick
Line 15: Line 15:
*{{xpsoc|rnd|1542689271|-7}}
*{{xpsoc|rnd|1542689271|-7}}
*{{xpsoc|rnd|1542689271|2}}
*{{xpsoc|rnd|1542689271|2}}
*{{xpsoc|rnd|7e9|-9}}
*{{xpsoc|rnd|-123|1}}
*{{xpsoc|rnd|-123|1}}
*{{xpsoc|rnd|-1200007|-2}}
*{{xpsoc|rnd|-1200007|-2}}

Revision as of 16:01, 23 November 2010

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 1×109, or less than 1×10−4.

Compare:

As with #expr, the total number of significant digits is not more than 14:

Internal details

The template calls Template:Rnd/b1 if the number, after rounding, is positive, Template:Rnd/b-1 if it is negative, and Template:Rnd/b0 if it is zero.

Their first parameter is the rounded number, their second the rounding parameter, and their third the value of the condition that the rounding parameter is positive.