similar abstract method

bool similar(
  1. Complex other
)

Tests if numbers are approximately equal. This catches some rounding errors.

Implementation

bool similar(Complex other);