cos
- calculates cosine of an angle
cos(
X
)
cos calculates cosine 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
; cos(
pi
/3 ) equals 0.5
degfix =
degree
; cos 45 equals 0.707
See also
acos
|
asin
|
atan
|
sin
|
tan