Cos(number) returns The cosine of angle number. : Cos « Math Functions « VBA / Excel / Access / Word






Cos(number) returns The cosine of angle number.

 
Sub mathDemo3()
   Debug.Print Cos(1)
End Sub

 

Related examples in the same category

1.Cos() Returns the cosine of a number (radians).