Home
last modified time | relevance | path

Searched refs:abs_exp_digits (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorResult.java213 final int abs_exp_digits = (int) Math.ceil(Math.log10(Math.abs((double)exp)) in expLen() local
215 return abs_exp_digits + (exp >= 0 ? 1 : 2); in expLen()