python二分法求函数零点 摘要:参考代码:def compute(x): return pow(x,5)-15*pow(x,4)+85*pow(x,3)-225*pow(x,2)+274*x-121def num(l,r): …… 题解列表 2023年01月17日 0 点赞 0 评论 297 浏览 评分:9.9