Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

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

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