Uses of Interface
ch.obermuhlner.math.big.internal.PowerIterator
Packages that use PowerIterator
-
Uses of PowerIterator in ch.obermuhlner.math.big.internal
Classes in ch.obermuhlner.math.big.internal that implement PowerIteratorModifier and TypeClassDescriptionclassPowerIteratorto calculate xn.classPowerIteratorto calculate x2*n.classPowerIteratorto calculate x2*n-1.classPowerIteratorto calculate x2*n+1.Methods in ch.obermuhlner.math.big.internal that return PowerIteratorModifier and TypeMethodDescriptionprotected PowerIteratorAsinCalculator.createPowerIterator(BigDecimal x, MathContext mathContext) protected PowerIteratorAtanhCalculator.createPowerIterator(BigDecimal x, MathContext mathContext) protected PowerIteratorCosCalculator.createPowerIterator(BigDecimal x, MathContext mathContext) protected PowerIteratorCoshCalculator.createPowerIterator(BigDecimal x, MathContext mathContext) protected PowerIteratorExpCalculator.createPowerIterator(BigDecimal x, MathContext mathContext) protected abstract PowerIteratorSeriesCalculator.createPowerIterator(BigDecimal x, MathContext mathContext) Creates thePowerIteratorused for this series.protected PowerIteratorSinCalculator.createPowerIterator(BigDecimal x, MathContext mathContext) protected PowerIteratorSinhCalculator.createPowerIterator(BigDecimal x, MathContext mathContext)