java.lang.Object
org.apfloat.ContinuedFractionHelper.ContinuedFractionIterator<T>
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
ContinuedFractionIterator
public ContinuedFractionIterator(T x)
-
Method Details
-
-
-
subtract
protected abstract T subtract(T x,
Apint y)
-
inverse
protected abstract T inverse(T x)