Hello, thx for the kata. It is a very nice challenge. I have passed the test and I am now working on the attempt part, but I can't get through it because some points are so close to the border that numerical precision is an issue. At least I think it is. Are you getting the same issue in Python? or should I try to think about another approach?
I solved it using the math library.
Hello, thx for the kata. It is a very nice challenge. I have passed the test and I am now working on the attempt part, but I can't get through it because some points are so close to the border that numerical precision is an issue. At least I think it is. Are you getting the same issue in Python? or should I try to think about another approach?