decimalsExponent method

int decimalsExponent()

Implementation

int decimalsExponent() {
  return pow(10, decimals) as int;
}