summaryrefslogtreecommitdiff
path: root/CSMath/src/bisection/Bisection.java
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2018-10-14 11:45:12 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2018-10-14 11:45:12 -0400
commitc3938640678c11f1a6319d1534ff79f433b65cc5 (patch)
treee34181720547c54d37950b97f54c15c591a8e2e0 /CSMath/src/bisection/Bisection.java
parent8f42378c707c8c962082e394fe67ac3bb5cd557b (diff)
Convert to Maven project
As a side effect of doing so, use classes from the library.
Diffstat (limited to 'CSMath/src/bisection/Bisection.java')
-rw-r--r--CSMath/src/bisection/Bisection.java3
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