Calculates the cosine of an angle.
// Calculate the cosine of 60
ResCosine = Cos(60)
// Returns 0.5
Syntax
<Result>: Real
Cosine of the specified angle.
<Angle>: Integer or real
Angle (in degrees) to use. This parameter can have any value: the calculation of the cosine is performed "modulo 360".