sin
- calculates sine of an angle
sin(
X
)
sin calculates sine of an angle
X
.
The variable
degfix
desides whether it's radians or degrees to be used.
X
must be a Complex variable type.
degfix =
radian
; sin(
pi
/2 ) equals 1
degfix =
degree
; sin 30 equals 0.5
See also
acos
|
asin
|
atan
|
cos
|
tan