Returns the arc sine of an angle specified in radians. The range of the result is 0 to PI radians.
To convert angle from radians to degrees use RadiansToDegrees function.
Short form name: "Cos"
| Syntax: | 
|---|
| value = Cosine( expression ) | 
| Parameter: | Description: | 
|---|---|
| expression | Any expression that resolves to an angle in radians. | 
| Example: | 
|---|
| value = Cosine( PI )     ' Returns 1.0. | 
| Returns: | 
| Cosine of expression. | 
| Links: | 
|---|
| See Also: | 
| Edit Time: 9/18/2020 12:16:09 PM | Topic ID#: 19 |