MathUtil
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns whether two doubles are approximately equal (within EPSILON).
Link copied to clipboard
Evaluates polynomial at x.
Link copied to clipboard
Generates n rows of Pascal's triangle.
Link copied to clipboard
public final static List<ClosedFloatingPointRange<Double>> isolateRoots(DoubleArray polynomial, Array<IntArray> pascalsTriangle)
Returns a list of intervals that each contain a root of polynomial that lies in 0, 1. Uses the Modified Uspensky algorithm described here.
Link copied to clipboard