如果直接用y/x,需要检查x为0的特例。可以改用乘法
y1 / x1 = y0 / x0
->
x1 y0 = y1 x0
Last updated 4 years ago
Was this helpful?