Template:Exp: Difference between revisions

Template page
(Created page with "{{{1}}}x10<sup>{{{2}}}</sup>")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{{1}}}x10<sup>{{{2}}}</sup>
{{{1}}} x 10<sup>{{{2}}}</sup><noinclude>
== Documentation ==
A simple template for doing exponential notation.  The 1st parameter is the number to be multiplied and the 2nd parameter is the exponent as a power of 10.  There are no default values as it only makes sense to use with both values.
 
== Example ==
<pre>
{{Exp|2|3}}
</pre>
 
{{Exp|2|3}}
</noinclude>

Latest revision as of 05:16, 25 December 2021

{{{1}}} x 10{{{2}}}

Documentation

A simple template for doing exponential notation. The 1st parameter is the number to be multiplied and the 2nd parameter is the exponent as a power of 10. There are no default values as it only makes sense to use with both values.

Example

{{Exp|2|3}}

2 x 103