FloatExt

Trait FloatExt 

Source
pub trait FloatExt {
    // Required methods
    fn display(&self) -> String;
    fn to_f64(&self, rounding_mode: RoundingMode) -> Option<f64>;
}

Required Methods§

Source

fn display(&self) -> String

Source

fn to_f64(&self, rounding_mode: RoundingMode) -> Option<f64>

Implementations on Foreign Types§

Source§

impl FloatExt for BigFloat

Source§

fn display(&self) -> String

Source§

fn to_f64(&self, rounding_mode: RoundingMode) -> Option<f64>

Implementors§