[][src]Trait inta::FloatExp

pub trait FloatExp: Sized {
    fn frexp(self) -> (Self, Self);
}

Required methods

fn frexp(self) -> (Self, Self)

Loading content...

Implementations on Foreign Types

impl FloatExp for f64[src]

impl FloatExp for f32[src]

Loading content...

Implementors

Loading content...