↓ 1 callersFunctioncheck_inside_triangle_wtolChecks that all points are inside the triangle with vertices (0,0), (1,0), (0.5, sqrt(3)/2). Args: points: Array of 2D points to check
examples/alphaevolve_math_problems/heilbronn_triangle/evaluator.py:27