exp900 property

List<BigInt> exp900
final

Implementation

static final List<BigInt> exp900 =
    List.generate(16, (index) => _nineHundred.pow(index));