Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

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

Sub mathF8()     Debug.Print Sin(3.14159265 / 2) End Sub