Searched defs:into_float (Results 1 – 5 of 5) sorted by relevance
126 pub(crate) fn into_float<F: Float>(mut self) -> F { in into_float() method160 pub(crate) fn into_float<F>(fp: ExtendedFloat) -> F in into_float() function
211 pub fn into_float(self) -> Result<f64, Self> { in into_float() method
509 pub fn into_float(self) -> Result<f64> { in into_float() method