public final class FpSqrtHardToRoundIterator extends SequenceIterator<GeneratorResult<FpNumber>>
FpSqrtHardToRoundIterator
implements an iterator of hard-to-round test cases for the
square root operation.Constructor and Description |
---|
FpSqrtHardToRoundIterator(FpFormat format)
Constructs a square root hard-to-round iterator.
|
Modifier and Type | Method and Description |
---|---|
FpSqrtHardToRoundIterator |
clone()
Creates a copy of the iterator.
|
clear, hasValue, init, iterator, next, registerIterator, size, stop, value
public FpSqrtHardToRoundIterator(FpFormat format)
format
- the precision.public FpSqrtHardToRoundIterator clone()
Iterator
clone
in interface Iterator<GeneratorResult<FpNumber>>
clone
in class SequenceIterator<GeneratorResult<FpNumber>>