KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.math
/
ContinuedFraction
Continued
Fraction
abstract
class
ContinuedFraction
(
maxIter
:
Int
=
100
,
desiredPrec
:
Double
=
KSLMath.defaultNumericalPrecision
)
:
DBHIterativeProcess
(
source
)
Continued fraction
Inheritors
IncompleteBetaFunctionFraction
Members
Constructors
Continued
Fraction
Link copied to clipboard
constructor
(
maxIter
:
Int
=
100
,
desiredPrec
:
Double
=
KSLMath.defaultNumericalPrecision
)
Properties
result
Link copied to clipboard
var
result
:
Double
Best approximation of the fraction.
Functions
evaluate
Iteration
Link copied to clipboard
open
override
fun
evaluateIteration
(
)
:
Double
set
Argument
Link copied to clipboard
fun
setArgument
(
r
:
Double
)