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

40 lines
1.2 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng2ac8.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng2f41.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>/ Division Operator</B>
<B>exp1 / exp2</B>
The / operator performs floating-point division. If the expression
involves operands of more than one precision, all operands are
converted to the same level--that of the highest-precision operand in
the expression--before the expression is evaluated.
<U>exp1</U> Any numeric expression.
<U>exp2</U> Any numeric expression that does not evalute to 0.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng4642.html">^^</A>
<A HREF="ng2ac8.html">-</A>
<A HREF="ng267b.html">*</A>
<A HREF="ng447e.html">\</A>
<A HREF="ng1c6b1.html">MOD</A>
<A HREF="ng282a.html">+</A>
<A HREF="ng34f34.html">Precedence</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>