Searched refs:minPower (Results 1 – 1 of 1) sorted by relevance
236 double minPower = Double.MAX_VALUE; in mapScalingStepsToDefaultBrackets() local239 if (power < minPower) { in mapScalingStepsToDefaultBrackets()240 minPower = power; in mapScalingStepsToDefaultBrackets()251 final double minLogPower = Math.log(minPower); in mapScalingStepsToDefaultBrackets()