distance from a point to a line

点到直线的距离 点 $(x_0, y_0)$ 到直线 $Ax + By + C = 0$ 的距离公式为 $d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}$。

CSCA math glossary term

CSCA Practice · Practice related questions