Home
last modified time | relevance | path

Searched refs:remainder_from_round (Results 1 – 1 of 1) sorted by relevance

/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/float/
H A Dbig.rs2439 self.remainder_from_round(dividend, Round::Nearest); in remainder_from()
2478 pub fn remainder_from_round(&mut self, dividend: &Self, round: Round) -> Ordering { in remainder_from_round() method