photo

Fikru Dikumbab


Last seen: 2年以上 前 2014 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Applied Mechanics/Mechanical Engineering

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Write a program in a script file that determines the real roots of a quadratic equation
% ax^2+bx+c =0 is a quadratic equation function qadr(a,b,c) if b^2-4*a*c > 0 r1=(-b+sqrt(b^2-4*a*c))/2*a ...

10年弱 前 | 1