This template converts a decimal expression into scientific notation.
- e.g.
{{scinote|12345}}
produces: 1.2345×10^4
To round to a given number of significant figures, specify this number as the second unnamed parameter:
- e.g.
{{scinote|12345|3}}
produces: 1.23×10^4
For engineering notation, set |fn=eng
:
- e.g.
{{scinote|fn=eng|12345}}
produces: 12.345×10^3
Trailing zeros are preserved:
- e.g.
{{scinote|0.001234500}}
produces: 1.234500×10^−3
Superscript and subscript-related templates |
---|
{{sup}} and related templates | Combined super/subscripts |
sup | | textsuperscript superscripttext | smallsup | (ssup) | textsmall superscript small superscripttext | i sup | (isup · padlsup) | textsuperscript (rather than: textsuperscript) | i smallsup | (issup · padlssup) | textsmall superscript (rather than: textsmall superscript) | b sup | (bsup) | textsuperscript (rather than: textsuperscript) | sub | | textsubscript subscripttext | smallsub | (ssub) | textsmall subscript small subscripttext | subsub | | textdouble-subscripted double-subscriptedtext |
| |
|
|