OscarMelin/decide

inCircle doesn't take notice of point on circle radius

Closed this issue · 0 comments

Currently the function inCircle strictly compares the calculated radius "r" with the fixed radius parameter "radius" ( r < radius). It should be non-strict if we want to make sure it returns true for points on the circle created by the fixed radius ( r <= radius).