Get your own free workspace
View
 

Sin

Page history last edited by Gamemaster 3 years, 9 months ago

 

 

Sin

Usage:

                Sin(Angle)

Description:

The Sin command returns the sine of an angle, using degrees.

Example:

                Function Main()
                        Result = Sin(30)
                        Output(Actor(), Result) // Displays 0.5
                        Return()
                End Function

Comments (0)

You don't have permission to comment on this page.