Searched refs:intLog10 (Results 1 – 1 of 1) sorted by relevance
1206 double intLog10 = Math.floor(log10); in roundToDecimals() local1207 double scale = Math.pow(10, intLog10 - places + 1); in roundToDecimals()