Sin(number) returns The sine of the angle specified by number (measured in radians). : Sin « Math Functions « VBA / Excel / Access / Word






Sin(number) returns The sine of the angle specified by number (measured in radians).

 
Sub mathDemo14()
   Debug.Print Sin(2)
End Sub
'

 








Related examples in the same category

1.Sin() Returns the sine of a number (radians).