toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
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
)