KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.rootfinding
/
BisectionRootFinder
/
BisectionRootFinder
Bisection
Root
Finder
constructor
(
func
:
FunctionIfc
,
interval
:
Interval
,
initialPoint
:
Double
=
(interval.lowerLimit + interval.upperLimit) / 2.0
,
maxIter
:
Int
=
100
,
desiredPrec
:
Double
=
KSLMath.defaultNumericalPrecision
)