RETURNS THE SINE OF V
ACTION
The function SIN(V) returns the sine of V.
V is expressed in radians and can be a real or integer number.
SYNTAX:
Result=SIN(V)
USE ERROR EXAMPLE
print sin(1.23)
print "Result = 0.942488801931697"
SIN()
SIN(V)
SEE ALSO
ACOS()
ASIN()
ATN()
COS()
HCOS()
HSIN()
HTAN()
TAN()