b = areEqual(x,y)
The inputs can be complex numbers, points, or lists of points (presented as points or lists of coordinates). The function returns false if the distance between x and y exceeds Tolerance and true, otherwise.
If Projective=>true then 1-\cos\alpha is compared with the Tolerance, where \alpha is the angle between x and y.
|
|
For two points A and Bcalling A == Bis equivalent to areEqual(A,B), however, there is no way to specify the optional parameter.
|
|
|
The object areEqual is a method function with options.