pub fn create_quadratic_with_vertex<T: Num + Neg<Output = T> + Copy + PartialOrd>(
vertex: (T, T),
leading_coefficient: T,
) -> Polynomial<T>pub fn create_quadratic_with_vertex<T: Num + Neg<Output = T> + Copy + PartialOrd>(
vertex: (T, T),
leading_coefficient: T,
) -> Polynomial<T>