https://cp-algorithms.com/geometry/point-in-convex-polygon.html
In above link, the code for checking whether a point is inside a convex polygon is flawed. I tested on some examples, it gave wrong answer.
Can someone point out the mistake and thus request the author to correct it!