Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the sine of an angle.
Syntax
SIN(angle )
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| angle |
Required |
Numeric |
The angle of which to get the sine. |
Return value
Number
Remarks
The SIN function uses radians unless you specify a different unit of measure in angle.
Example
SIN(45 deg)
Returns 0.7071.