The SIN, COS, and TAN functions are used to find the trigonometric sine, cosine, and tangent,
respectively, of an input whose units are radians. When one of these functions receives power flow,
it computes the sine (or cosine or tangent) of IN and stores the result in output Q.
The SIN, COS, and TAN functions accept a broad range of input values, where –2
63
< IN < 2
63
,
(2
63
is approximately 9.22x10
18
). Input values outside this range will produce incorrect
results.
The power flow output is energized unless the following invalid condition occurs:
■ IN or Q is a NaN (Not a Number)
Operands of Trig Functions