<< Click to Display Table of Contents >> Trigonometric library |
|
▪Degrees to radians - this script object used to convert degrees to radians.
▪Radians to degrees - this script object used to convert radians to degrees.
▪Sine - this script object used to calculate sin of Input value. (Output = sin(Input)).
▪Cosine - this script object used to calculate cos of Input value. (Output = cos(Input)).
▪Tangent - this script object used to calculate tag of Input value. (Output = tag(Input)).
▪Arc Sine - this script object used to calculate arc sin of Input value. (Output = arc sin(Input)).
▪Arc Cosine - this script object used to calculate arc cos of Input value. (Output = arc cos(Input)).
▪Arc Tangent - this script object used to calculate arc tag of Input value. (Output = arc tag(Input)).
Example:
This operation counts sine of Tag's value and place result in Tag2's value.
Tag |
Tag2 |
---|---|
1 |
0.8414709848078965066525023216303 |