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
<example>exp2(the screenDepth) <code><i>-- returns number of colors available</i></code></example>
</examples>
<description>
<p>Use the <b>exp2</b> function to obtain a power of 2.</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>exp2</b> function <glossarytag="return">returns</glossary> a positive number.</p><p/><p><b>Comments:</b></p><p>The expression<code> exp2(number) </code>is equal to<code> 2^number</code>.</p>