Searched refs:RATIONAL_ONE_HUNDREDTH (Results 1 – 1 of 1) sorted by relevance
898 private static final BoundedRational RATIONAL_ONE_HUNDREDTH = new BoundedRational(1,100); field in CalculatorExpr933 ratVal = BoundedRational.multiply(ratVal, RATIONAL_ONE_HUNDREDTH); in evalSuffix()1075 BoundedRational.multiply(ratVal, RATIONAL_ONE_HUNDREDTH)); in getPercentFactor()