<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../style.css">
<title>
Gambas Documentation - Trigonometric Functions
</title>
</head>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../help+en"><img class="flag" alt="Home" border="0" src="../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../cat+en">Up</a>&nbsp;
<a href="time+en">Previous</a>&nbsp;
<a href="type+en">Next</a>&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Trigonometric Functions
</h1>
<table class="table" border="0" bordercolor="#000000" cellpadding="4" cellspacing="0">
<tr class="dark"><td valign="top">
<tt><a href="../lang/acos+en">ACos</a></tt>
</td><td valign="top">
Computes the arc cosine of an angle.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/acosh+en">ACosh</a></tt>
</td><td valign="top">
Computes the hyperbolic arc cosine of an angle.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/ang+en">Ang</a></tt>
</td><td valign="top">
Computes the angle polar coordinate from two rectangular coordinates.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/asin+en">ASin</a></tt>
</td><td valign="top">
Computes the arc sine of an angle.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/asinh+en">ASinh</a></tt>
</td><td valign="top">
Computes the hybperbolic arc sine of an angle.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/atan+en">ATan</a></tt>
</td><td valign="top">
Computes the arc tangent of an angle.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/atan2+en">ATan2</a></tt>
</td><td valign="top">
Computes the arc tangent of two numbers.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/atanh+en">ATanh</a></tt>
</td><td valign="top">
Computes the hyperbolic arc tangent of an angle.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/cos+en">Cos</a></tt>
</td><td valign="top">
Computes the cosine of an angle.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/cosh+en">Cosh</a></tt>
</td><td valign="top">
Computes the hyperbolic cosine of an angle.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/deg+en">Deg</a></tt>
</td><td valign="top">
Converts radians to degrees.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/hyp+en">Hyp</a></tt>
</td><td valign="top">
Calculate the hypothenuse of a triangle.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/mag+en">Mag</a></tt>
</td><td valign="top">
Computes the distance polar coordinate from two rectangular coordinates.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/pi+en">Pi</a></tt>
</td><td valign="top">
Returns &pi; or a multiple of &pi;.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/sin+en">Sin</a></tt>
</td><td valign="top">
Computes the sine of an angle.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/sinh+en">Sinh</a></tt>
</td><td valign="top">
Computes the hyperbolic sine of an angle.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/tan+en">Tan</a></tt>
</td><td valign="top">
Computes the tangent of an angle.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/tanh+en">Tanh</a></tt>
</td><td valign="top">
Computes the hyperbolic tangent of an angle.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/rad+en">Rad</a></tt>
</td><td valign="top">
Converts degrees to radians.
</td></tr>
</table>

</div>
</body>
</html>

