Brian Element Mon, 08/27/2012 - 20:18 Calculates the cosine of a specified angle. It returns a double value. Script Sub Main Dim Angle As Integer Angle = 15 MsgBox Cos(Angle)End Sub IDEAScript Language Math Log in or register to post comments