37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng5456.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng579e.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>ATN Arctangent</B>
|
|
|
|
<U>y</U> = <B>ATN</B>(<U>numexpr</U>)
|
|
|
|
Returns, in radians, the angle whose tangent is <U>numexpr</U>.
|
|
|
|
<U>numexpr</U> A numeric expression.
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> If the argument is a double-precision expression, ATN
|
|
returns a double-precision value. Otherwise single
|
|
precision is returned.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ngae1d.html">COS</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>
|