You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Use the <b>exp10</b> function to obtain a power of 10.</p><p/><p><b>Parameters:</b></p><p>The <i>number</i> is a <glossarytag="real number">real number</glossary>, or an <glossarytag="expression">expression</glossary> that <glossarytag="evaluate">evaluates</glossary> to a number.</p><p/><p><b>Value:</b></p><p>The <b>exp10</b> function <glossarytag="return">returns</glossary> a positive number.</p><p/><p><b>Comments:</b></p><p>The expression<code> exp10(number) </code>is equal to<code> 10^number</code>.</p><p/><p>If <i>number</i> is a positive <keywordtag="integer">integer</keyword>,<code> exp10(number) </code>is a 1 followed by <i>number</i> zeros. If <i>number</i> is a <glossarytag="negative">negative</glossary> <keywordtag="integer">integer</keyword>,<code> exp10(number) </code>is a decimal point followed by <i>number</i>-1 zeros and a one.</p>