Trait xiangyun::num::xfloat::XFloat [] [src]

pub trait XFloat {
    fn get_fractional_part(&self) -> Self;
fn get_integer_part(&self) -> Self;
fn get_fractional_digit(&self) -> usize; }

Required Methods

Implementors