SIN()

SIN(V)

RETURNS THE SINE OF V

  • Type: Function
  • Parameter: 1
  • Group: Mathematics

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)

  • V = real or integer value.

USE

  • The function SIN() is used to calculate the sine of an angle.

ERROR

  • If V is not a correct expression.

EXAMPLE

print sin(1.23)

print "Result = 0.942488801931697"

SEE ALSO

ACOS()

ASIN()

ATN()

COS()

HCOS()

HSIN()

HTAN()

TAN()