dos_compilers/Microsoft QuickBASIC v3/manual/ng19695.html
2024-07-01 13:00:14 -07:00

35 lines
1018 B
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng19504.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng1982e.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>LOG Natural Logarithm</B>
<U>y</U> = <B>LOG</B>(<U>n</U>)
Returns the natural logarithm of a number.
<U>n</U> A numeric expression greater than 0.
-----------------------------------------------------------------------
<B>Notes:</B> If the argument is a double-precision value, LOG is
calculated in double precision; otherwise, it is
calculated in single precision.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng10e75.html">EXP</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>