public final class Sequences extends Object
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Integer> |
halving(int start) |
static Iterable<BigDecimal> |
halvingDecimal(BigDecimal max,
BigDecimal start) |
static Iterable<BigInteger> |
halvingIntegral(BigInteger max,
BigInteger start) |
public static Iterable<BigInteger> halvingIntegral(BigInteger max, BigInteger start)
public static Iterable<BigDecimal> halvingDecimal(BigDecimal max, BigDecimal start)
Copyright © 2019. All rights reserved.