Searched refs:lambda0 (Results 1 – 1 of 1) sorted by relevance
166 public static ZTauElement round(SimpleBigDecimal lambda0, in round() argument169 int scale = lambda0.getScale(); in round()181 BigInteger f0 = lambda0.round(); in round()184 SimpleBigDecimal eta0 = lambda0.subtract(f0); in round()628 SimpleBigDecimal lambda0 = approximateDivisionByN( in partModReduction() local634 ZTauElement q = round(lambda0, lambda1, mu); in partModReduction()