How to use the pypolynom
package¶
Import the library¶
[3]:
from pypolynom import polynom
Call the polynom
function.¶
[4]:
polynom.polynom(a=1, b=-2, c=-4)
[4]:
[3.23606797749979, -1.2360679774997898]