Equinox Online Help - Language Reference - A to Z
Sin |
|
|---|---|
| Applies to | ![]() |
| Syntax | Sin(NumberExpression) |
| Action | [Function] Returns the sine of an angle. |
| Scope | Usable anywhere. |
| Notes | This function returns the sine of NumberExpression. Note that NumberExpression is an angle and Equinox requires that you should express it in radians rather than degrees (360º = 2p radians). |
| Category | Maths |
| See Also | Abs, Acos, Asin, Atan, Cos, Deg, Int, Log, Max, Min, MinMax, Rad, Rnd, RndStart, Round, Sign, Sqrt, Tan |
| Example | This example calculates the length of the side opposite the angle A in a right-angled triangle. number A, RadA, opposite, hypotenuse |
