Trigonometric function of anangle

For angles expressed in degrees:

sin expression
cos expression
tan expression

For angles expressed in radians:

radsin expression
radcos expression
radtan expression

Returns value of a trigonometric function of an angle given with the expression.

Example:

print sin 90
print radsin m_pi/2

Output:

1
1

See also:

Table of Content