python library for solving quadratic equations code example Example: quadratic equations in python def square(n): num=n newnum=n*n return newnum