表达式求和

时间:2020-03-28 23:09:17   收藏:0   阅读:69
a=5
b=8
c=3
m=pow(pow(b,2)-4*a*c,0.5)
x=(-b+m)/2/a
print("{}".format(x))

 

原文:https://www.cnblogs.com/670ling/p/12589937.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!