bool contains(Coord point, [num error = kDefaultError]) { return (evaluate(point)).abs() <= kDefaultError; }