coefficientAtMaxPower property

int coefficientAtMaxPower

Implementation

int get coefficientAtMaxPower =>
    (_dec.abs() / numToDec(math.pow(10, maxPower))).floor().toInt();