Home
last modified time | relevance | path

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

/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/complex/
H A Dbig.rs2838 self.cosh_round(NEAREST2); in cosh()
2855 self.cosh_round(NEAREST2); in cosh_mut()
2875 pub fn cosh_round(&mut self, round: Round2) -> Ordering2 { in cosh_round() method
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/float/
H A Dbig.rs5829 self.cosh_round(Round::Nearest); in cosh()
5846 self.cosh_round(Round::Nearest); in cosh_mut()
5866 pub fn cosh_round(&mut self, round: Round) -> Ordering { in cosh_round() method