Searched refs:decimalDigits (Results 1 – 1 of 1) sorted by relevance
1802 int decimalDigits = 1 + (int) ((bitLength - 1) * LOG10_2); in precision() local1804 if (getUnscaledValue().divide(Multiplication.powerOf10(decimalDigits)).signum() != 0) { in precision()1805 decimalDigits++; in precision()1807 precision = decimalDigits; in precision()