The arc-tangent of two arguments arctan2(y, x) returns the angle between
the x-axis and the vector from the origin to (x, y) for PiecewiseLinearFuzzyNumbers.
Usage
# S4 method for PiecewiseLinearFuzzyNumber,PiecewiseLinearFuzzyNumber
arctan2(y, x)
Arguments
y
a PiecewiseLinearFuzzyNumber
x
a PiecewiseLinearFuzzyNumber
Value
Returns a fuzzy number of the class '>PiecewiseLinearFuzzyNumber
indicating the angle specified by the input fuzzy numbers. The range of results is
[-1.5pi,pi].
Details
Note that resulting values are no longer from interval [-pi,pi] but
[-1.5pi,pi], in order to provide valid fuzzy numbers as result.