Searched refs:abs_exp_digits (Results 1 – 1 of 1) sorted by relevance
213 final int abs_exp_digits = (int) Math.ceil(Math.log10(Math.abs((double)exp)) in expLen() local215 return abs_exp_digits + (exp >= 0 ? 1 : 2); in expLen()