Template:Significant figures: Difference between revisions

m
m>Leolaursen
m (sortkey)
m (39 revisions imported from templatewiki:Template:Significant_figures)
 
(20 intermediate revisions by 12 users not shown)
Line 1: Line 1:
<includeonly>{{#ifeq:{{{1}}}|0|0|{{Sigfig/{{#if:{{{2|}}}|rnd|sum}}|{{{1}}}|{{{2}}}|{{Ordomag|{{{1}}}}}}}}}</includeonly><noinclude>This template has two different functions dependant on input.
{{#ifeq:{{{1<noinclude>|0</noinclude>}}}|0
#If only one parameter is given the template counts the number of significant figures of the given number within the ranges 10<sup>12</sup> to 10<sup>-12</sup> and -10<sup>-12</sup> to -10<sup>12</sup>.  It ignores any digits outside of this range<!--... maybe -->.
|0
#If two parameters are given the template rounds the first number to the number of significant figures given by the second.
|{{significant figures/{{#if:{{{2|}}}
 
  |rnd
[[Category:Mathematical function templates|{{PAGENAME}}]]
  |sum
  }}
  |1={{formatnum:{{{1}}}|R}}
  |2={{{2}}}
  |3={{Order of magnitude|{{formatnum:{{{1}}}|R}}}}
}}
}}<noinclude>
{{documentation}}
</noinclude>
</noinclude>