COS
Description
Returns the trigonometric cosine of the specified angle.
Syntax
COS(num) -> Decimal
Parameters
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| num | Decimal | Yes | The angle in radians. |
Example
COS(0)
-- Returns the cosine of 1 radians.Returns the trigonometric cosine of the specified angle.
COS(num) -> Decimal
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| num | Decimal | Yes | The angle in radians. |
COS(0)
-- Returns the cosine of 1 radians.