package
0.0.0-20240603153513-85a4060560ea
Repository: https://github.com/adamcolton/luce.git
Documentation: pkg.go.dev
# Functions
Buf creates an instance of Poly with c capacity and a value of 1.
No description provided by the author
No description provided by the author
No description provided by the author
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.