Template:Exp: Difference between revisions

Template page
(Created page with "{{{1}}}x10<sup>{{{2}}}</sup>")
 
No edit summary
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.
 
== Example ==
<pre>
{{Exp|2|3}}
</pre>
 
{{Exp|2|3}}
</noinclude>

Revision as of 04:53, 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.

Example

{{Exp|2|3}}

2 x 103