See also the std::f64::consts module. ... pub fn hypot(self, other: f64) -> f64 ... (x.hypot(y) - (x.powi(2) + y.powi(2)).sqrt()).abs(); assert!
確定! 回上一頁