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