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

34 lines
1003 B
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="nga9db.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ngaf85.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>COS Cosine</B>
<U>y</U> = <B>COS</B>(<U>numexpr</U>)
Returns the cosine of the angle whose value, in radians, is expressed
in <U>numexpr</U>.
<U>numexpr</U> A numeric expression. If <U>numexpr</U> is a double-precision
expression, COS returns a double-precision value.
Otherwise single precision is returned.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng55f2.html">ATN</A>
<A HREF="ng2e3eb.html">SIN</A>
<A HREF="ng309ca.html">TAN</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>