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 <glossary tag="real number">real number</glossary>, or an <glossary tag="expression">expression</glossary> that <glossary tag="evaluate">evaluates</glossary> to a number.</p><p/><p><b>Value:</b></p><p>The <b>exp10</b> function <glossary tag="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 <keyword tag="integer">integer</keyword>,<code> exp10(number) </code>is a 1 followed by <i>number</i> zeros. If <i>number</i> is a <glossary tag="negative">negative</glossary> <keyword tag="integer">integer</keyword>,<code> exp10(number) </code>is a decimal point followed by <i>number</i>-1 zeros and a one.</p>