This Function returns a <numeric>, which is the Cosine of the specified Value.
Parameters
Value <numeric> |
|
Value to retrieve the Cosine from, in radians.
|
|
|
Example 1
|
|
Example 2 |
Cos(1.5707963268)
Result = 0 |
|
Cos(DegreeToRadian(90))
Result = 0 |
Updated: 3/21/2018 4:29 PM |