36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng30654.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng30bd9.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>TAN Tangent</B>
|
|
|
|
<U>y</U> = <B>TAN</B>(<U>numexpr</U>)
|
|
|
|
Returns the tangent 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, TAN
|
|
returns a double-precision value. Otherwise single
|
|
precision is returned.
|
|
|
|
If TAN overflows, execution is halted, unless the error is
|
|
trapped by an error-handling routine.
|
|
</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>
|