37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng10c5d.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng1107b.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>EXP Exponent (Natural)</B>
|
|
|
|
<U>y</U> = <B>EXP</B>(<U>numexpr</U>)
|
|
|
|
Returns e (the base of natural logarithms) to the power of <U>numexpr</U>.
|
|
|
|
<U>numexpr</U> A numeric expression less than or equal to 88.02969.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> If <U>x</U> is a double-precision variable or constant, EXP is
|
|
calculated in double precision. Otherwise it is calculated
|
|
in single precision.
|
|
|
|
The value of e is approximately 2.718282.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng19695.html">LOG</A>
|
|
<HR>
|
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
|
<HR>
|
|
</BODY>
|
|
</HTML>
|