public class MathUtil
Various math utilities.
Modifier and Type | Field and Description |
---|---|
static MathUtil |
INSTANCE
Various math utilities.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.Double> |
solveQuadratic(double a,
double b,
double c)
Returns the real solutions to the quadratic ax^2 + bx + c.
|
public static MathUtil INSTANCE
Various math utilities.