sin | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | |||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Constant: pi Glossary: radian, custom function, return, degree Control Structure: function | ||||||
Description | Use the sin function to find the sine of an angle. The sin function repeats every 2*pi radians:
for any value of x. The sin function requires its input to be in radians. To provide an angle in degrees, use the following custom function:
| ||||||
Tags | math |