33 lines
984 B
HTML
33 lines
984 B
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng2e004.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng2e58f.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>SIN Sine</B>
|
|
|
|
<U>y</U> = <B>SIN</B>(<U>numexpr</U>)
|
|
|
|
Returns the sine of the angle whose value, in radians, is expressed in
|
|
<U>numexpr</U>.
|
|
|
|
<U>numexpr</U> A numeric expression.
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> If the argument is a double-precision expression, SIN
|
|
returns a double-precision value. Otherwise single
|
|
precision is returned.
|
|
</PRE>
|
|
<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>
|