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