Difference between revisions of "Template:Significant figures"

From Timelines
Jump to: navigation, search
(bn:টেমপ্লেট:Sigfigs)
m (use the right doc template)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>{{#ifeq:{{{1}}}|0|0|{{Sigfig/{{#if:{{{2|}}}|rnd|sum}}|{{{1}}}|{{{2}}}|{{Order of magnitude|{{{1}}}}}}}}}</includeonly><noinclude>This template has two different functions dependent 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
Examples:
+
  |sum
*{{xpdop3p3c|d=|sigfig|123.456|||7}}
+
  }}
*{{xpdop3p3c|d=|sigfig|123.456|||6}}
+
  |1={{formatnum:{{{1}}}|R}}
*{{xpdop3p3c|d=|sigfig|123.456|||5}}
+
  |2={{{2}}}
*{{xpdop3p3c|d=|sigfig|123.456|||4}}
+
  |3={{Order of magnitude|{{formatnum:{{{1}}}|R}}}}
 
+
}}
*{{xpdop3p3c|d=|sigfig|123456|||3}}
+
}}<noinclude>
*{{xpdop3p3c|d=|sigfig|12345.6|||3}}
+
{{documentation}}
*{{xpdop3p3c|d=|sigfig|1234.56|||3}}
 
*{{xpdop3p3c|d=|sigfig|12.3456|||3}}
 
*{{xpdop3p3c|d=|sigfig|1.23456|||3}}
 
*{{xpdop3p3c|d=|sigfig|.123456|||3}}
 
*{{xpdop3p3c|d=|sigfig|.0123456|||3}}
 
*{{xpdop3p3c|d=|sigfig|.00123456|||3}}
 
 
 
*{{xpdop3p3c|d=|sigfig|123.456|||2}}
 
*{{xpdop3p3c|d=|sigfig|123.456|||1}}
 
*{{xpdop3p3c|d=|sigfig|123.456|||0}}
 
 
 
*{{xpdop3c|d=|sigfig|123400}}
 
*{{xpdop3c|d=|sigfig|12340}}
 
*{{xpdop3c|d=|sigfig|1234}}
 
*{{xpdop3c|d=|sigfig|123.4}}
 
*{{xpdop3c|d=|sigfig|12.34}}
 
*{{xpdop3c|d=|sigfig|1.234}}
 
*{{xpdop3c|d=|sigfig|.1234}}
 
*{{xpdop3c|d=|sigfig|.01234}}
 
*{{xpdop3c|d=|sigfig|.001234}}
 
 
 
 
 
[[Category:Mathematical function templates|{{PAGENAME}}]]
 
[[bn:টেমপ্লেট:Sigfigs]]
 
[[or:ଟେମ୍ପଲେଟ:Sigfig]]
 
[[pt:Predefinição:Sigfig]]
 
 
</noinclude>
 
</noinclude>

Latest revision as of 14:22, 16 December 2014

0

Template documentation[create]