Cos() Returns the cosine of a number (radians). : Cos « Math Functions « VBA / Excel / Access / Word






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

 
Sub mathF1()
    Debug.Print Cos(0)
End Sub

 

Related examples in the same category

1.Cos(number) returns The cosine of angle number.