BlueZone Basic
Language reference
Sin function
Sin function
Sin(
rad
)
Returns the sine of an angle that is expressed in radians.
Sub Main pi = 4 * Atn(1) rad = 90 * (pi/180) x = Sin(rad) print x End Sub
Parent topic:
Language reference