From c3938640678c11f1a6319d1534ff79f433b65cc5 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Sun, 14 Oct 2018 11:45:12 -0400 Subject: Convert to Maven project As a side effect of doing so, use classes from the library. --- CSMath/src/bisection/Bisection.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CSMath/src/bisection/Bisection.java') diff --git a/CSMath/src/bisection/Bisection.java b/CSMath/src/bisection/Bisection.java index 324d127..039c9b9 100644 --- a/CSMath/src/bisection/Bisection.java +++ b/CSMath/src/bisection/Bisection.java @@ -8,6 +8,9 @@ package bisection; * Use the bisection method to find bracketed roots of arbitrary real-valued functions. */ +import bjc.utils.math.Dual; +import bjc.utils.math.DualExpr; + /** * Bisect a curve to find bracketed roots of arbitrary real-valued functions. * @author bjculkin -- cgit v1.2.3