diff options
Diffstat (limited to 'CSMath/src/bisection/Bisection.java')
| -rw-r--r-- | CSMath/src/bisection/Bisection.java | 3 |
1 files changed, 3 insertions, 0 deletions
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
|
