SIN

Previous  Next

 

sine = SIN( number AS REAL ) AS REAL

 


 

Returns the sine of a number

 

Example:

 

PRINT SIN( 90 ),