RootFinder

trait RootFinder[A]

A type class that can find roots of a polynomial.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def findRoots(poly: Polynomial[A]): Roots[A]

Returns the roots of the polynomial poly.

Returns the roots of the polynomial poly.