<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<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>
<body>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../help%3Fen"><img class="flag" alt="Home" border="0" src="../../img/lang/en.png" align="center"></a>&nbsp;&nbsp;
<a href="../cat%3Fen">Up</a>&nbsp;&nbsp;
<a href="time%3Fen">Previous</a>&nbsp;&nbsp;
<a href="type%3Fen">Next</a>&nbsp;&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Trigonometric Functions
</h1>
<table class="table" border="0" bordercolor="#000000" cellpadding="4" cellspacing="0">
<tr bgcolor="white"><td valign="top">
<tt><a href="../lang/acos%3Fen">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%3Fen">ACosh</a></tt>
</td><td valign="top">
Computes the hyperbolic arc cosine of an angle.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../lang/ang%3Fen">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%3Fen">ASin</a></tt>
</td><td valign="top">
Computes the arc sine of an angle.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../lang/asinh%3Fen">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%3Fen">ATan</a></tt>
</td><td valign="top">
Computes the arc tangent of an angle.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../lang/atan2%3Fen">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%3Fen">ATanh</a></tt>
</td><td valign="top">
Computes the hyperbolic arc tangent of an angle.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../lang/cos%3Fen">Cos</a></tt>
</td><td valign="top">
Computes the cosine of an angle.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/cosh%3Fen">Cosh</a></tt>
</td><td valign="top">
Computes the hyperbolic cosine of an angle.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../lang/deg%3Fen">Deg</a></tt>
</td><td valign="top">
Converts radians to degrees.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/hyp%3Fen">Hyp</a></tt>
</td><td valign="top">
Calculate the hypothenuse of a triangle.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../lang/mag%3Fen">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%3Fen">Pi</a></tt>
</td><td valign="top">
Returns &pi; or a multiple of &pi;.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../lang/sin%3Fen">Sin</a></tt>
</td><td valign="top">
Computes the sine of an angle.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/sinh%3Fen">Sinh</a></tt>
</td><td valign="top">
Computes the hyperbolic sine of an angle.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../lang/tan%3Fen">Tan</a></tt>
</td><td valign="top">
Computes the tangent of an angle.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/tanh%3Fen">Tanh</a></tt>
</td><td valign="top">
Computes the hyperbolic tangent of an angle.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../lang/rad%3Fen">Rad</a></tt>
</td><td valign="top">
Converts degrees to radians.
</td></tr>
</table>

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

