Searched refs:shifted (Results 1 – 1 of 1) sorted by relevance
414 final long shifted = Math.round(num * magnitude); in roundToOneSignificantFigure() local415 return shifted / magnitude; in roundToOneSignificantFigure()