package
0.0.0-20220831181609-9c88ebf2c706
Repository: https://github.com/adamcolton/geom.git
Documentation: pkg.go.dev

# Functions

Buf creates an instance of Poly with c capacity and a value of 1.
Cubic finds the real roots of a cubic equation.
New 1D polynomial with the given coefficients.
Quad finds the real roots of a quadratic equation.
Quartic finds the real roots of a Quartic equation.

# Structs

Derivative of the Coefficients.
Empty constructs an empty polynomial.
Integral of the underlying Coefficients.
Poly is a 1D polynomial.
RemoveLeadingZero simplifies a Polynomial where the leading Coefficient is zero.
Scale Coefficients by a constant value.

# Interfaces

Coefficients wraps the concept of a list of float64.

# Type aliases

D0 is a degree 0 polynomial - a constant.
D1 is a degree 1 polynomial with the first coefficient equal to 1.
Product of two Coefficients.
Slice fulfills Coefficients with a []float64.
Sum of 2 Coefficients.