点到直线的距离公式怎么算?

问题描述:

点到直线的距离公式怎么算?

设直线方程为ax+by+c=0 点p(x0,y0),则
距离d=|ax0+by0+c|/根号下(a^2+b^2)