Compute regular polygon area from side count n (n ≥ 3) and side length s using A = n·s²/(4·tan(π/n)).
由边数与边长求正多边形面积(n≥3)。