<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nl">
	<id>https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Sjabloon%3AE%2Fdoc</id>
	<title>Sjabloon:E/doc - Bewerkingsoverzicht</title>
	<link rel="self" type="application/atom+xml" href="https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Sjabloon%3AE%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:E/doc&amp;action=history"/>
	<updated>2026-04-28T13:22:37Z</updated>
	<subtitle>Bewerkingsoverzicht voor deze pagina op de wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:E/doc&amp;diff=2059&amp;oldid=prev</id>
		<title>Ahenket: Nieuwe pagina aangemaakt met &#039;{{Documentation subpage}} &lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&gt;  The {{Tl|e}} and {{tl|10^}} templates are intended to facilitate and make uniform ...&#039;</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:E/doc&amp;diff=2059&amp;oldid=prev"/>
		<updated>2013-07-18T07:44:08Z</updated>

		<summary type="html">&lt;p&gt;Nieuwe pagina aangemaakt met &amp;#039;{{Documentation subpage}} &amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;  The {{Tl|e}} and {{tl|10^}} templates are intended to facilitate and make uniform ...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nieuwe pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The {{Tl|e}} and {{tl|10^}} templates are intended to facilitate and make uniform [[scientific notation]] numbers. The {{tl|10^}} template works exactly as described below except that it does not generate a multiplication (“×”) symbol.&lt;br /&gt;
&lt;br /&gt;
=== Basic usage ===&lt;br /&gt;
To render {{xt|3.14&amp;amp;nbsp;×&amp;amp;nbsp;10&amp;lt;sup&amp;gt;−12&amp;lt;/sup&amp;gt;}}, instead of writing {{xt|&amp;lt;nowiki&amp;gt;3.14&amp;amp;amp;nbsp;×&amp;amp;amp;nbsp;10&amp;lt;sup&amp;gt;&amp;amp;amp;minus;12&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;}} you can write {{xt|&amp;lt;nowiki&amp;gt;3.14{{e|-12}}&amp;lt;/nowiki&amp;gt;}}:&lt;br /&gt;
&lt;br /&gt;
{{xpd5op3c|a|||||e|b|d=}}&lt;br /&gt;
&lt;br /&gt;
{{xpd5op3c||||||10^|b|d=}}&lt;br /&gt;
&lt;br /&gt;
{{xpd5op3c||||||10^|-12|d=}}&lt;br /&gt;
&lt;br /&gt;
=== Delimitation ===&lt;br /&gt;
The template uses the delimitation logic of the {{tl|val}} template. That is, typing {{xt|&amp;lt;nowiki&amp;gt;1.2{{e|12341}}&amp;lt;/nowiki&amp;gt;}} will produce a delimited exponent ({{xt|1.2{{e|12341}}}}). See &amp;#039;&amp;#039;[[#Forcing text display]]&amp;#039;&amp;#039; to turn this off.&lt;br /&gt;
&lt;br /&gt;
=== Text and number recognition ===&lt;br /&gt;
By default, the template recognizes both text and numbers. That is, typing {{xt|&amp;lt;nowiki&amp;gt;3.14{{e|-12}}&amp;lt;/nowiki&amp;gt;}}  will produce {{xt|3.14{{e|-12}}}}, with the proper [[minus sign]] ({{xt|&amp;amp;minus;}}), rather than with a [[hyphen]] ({{xt|-}}). However, typing {{xt|&amp;lt;nowiki&amp;gt;A{{e|-BC}}&amp;lt;/nowiki&amp;gt;}} will produce {{xt|A{{e|-BC}}}} since {{xt|BC}} is not a number. In those cases, you need to write {{xt|&amp;lt;nowiki&amp;gt;A{{e|&amp;amp;amp;minus;BC}}&amp;lt;/nowiki&amp;gt;}} to produce the correct {{xt|A{{e|&amp;amp;minus;BC}}}}.&lt;br /&gt;
&lt;br /&gt;
A minus sign also has to be provided for cases like {{xt|1.2{{e|1 &amp;amp;minus; 2}}}} ({{xt|&amp;lt;nowiki&amp;gt;1.2{{e|1 &amp;amp;amp;minus; 2}}&amp;lt;/nowiki&amp;gt;}}).&lt;br /&gt;
&lt;br /&gt;
=== Explicit plus sign ===&lt;br /&gt;
To explicitly display the {{xt|+}} character, write {{xt|&amp;lt;nowiki&amp;gt;1.2{{e|4|plus}}&amp;lt;/nowiki&amp;gt;}} which will produce {{xt|1.2{{e|&amp;amp;#43;4}}}}.&lt;br /&gt;
&lt;br /&gt;
=== Forcing text display ===&lt;br /&gt;
To force the template to display the input as text, and forgo the automatic delimitation and the recognition of the hyphen as a minus sign, write {{xt|&amp;lt;nowiki&amp;gt;1.2{{e|-42342|text}}&amp;lt;/nowiki&amp;gt;}}, which will display {{xt|1.2&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;10&amp;lt;sup&amp;gt;-42342&amp;lt;/sup&amp;gt;}} instead of {{xt|1.2{{e|-42342}}}}. This can also be used as an alternative to explicitly display the plus sign ({{xt|&amp;lt;nowiki&amp;gt;1.2{{e|+4|text}}&amp;lt;/nowiki&amp;gt;}} gives {{xt|1.2{{e|&amp;amp;#43;4}}}}), but remember that you also lose delimitation if you do it this way.&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[m:Template:e]]&lt;br /&gt;
* {{tl|val}}&lt;br /&gt;
* {{tl|scinote}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADD CATEGORIES BELOW THIS LINE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ADD INTERWIKIS BELOW THIS LINE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[bn:টেমপ্লেট:E]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ahenket</name></author>
	</entry>
</feed>