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
<summary><glossary tag="return">Returns</glossary> the natural exponential of a number, minus 1.</summary>
<examples>
<example>exp1(myValue)</example>
</examples>
<description>
<p>Use the <b>exp1</b> function to obtain a power of e minus 1, e^<i>number</i> - 1.</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>exp1</b> function <glossary tag="return">returns</glossary> a positive number.</p><p/><p><b>Comments:</b></p><p>The transcendental number e appears in many mathematical formulas.</p>