ContinuedFraction

abstract class ContinuedFraction(maxIter: Int = 100, desiredPrec: Double = KSLMath.defaultNumericalPrecision) : DBHIterativeProcess(source)

Continued fraction

Inheritors

Constructors

Link copied to clipboard
constructor(maxIter: Int = 100, desiredPrec: Double = KSLMath.defaultNumericalPrecision)

Properties

Link copied to clipboard

Best approximation of the fraction.

Functions

Link copied to clipboard
open override fun evaluateIteration(): Double
Link copied to clipboard