[][src]Trait f128::F128

pub trait F128 {
    fn from_f128(x: f128) -> Self;
fn f128(self) -> f128; }

Required methods

fn from_f128(x: f128) -> Self

fn f128(self) -> f128

Loading content...

Implementations on Foreign Types

impl F128 for i8[src]

impl F128 for i128[src]

impl F128 for u32[src]

impl F128 for usize[src]

impl F128 for i16[src]

impl F128 for f32[src]

impl F128 for u128[src]

impl F128 for u16[src]

impl F128 for i64[src]

impl F128 for f64[src]

impl F128 for i32[src]

impl F128 for u8[src]

impl F128 for isize[src]

impl F128 for u64[src]

Loading content...

Implementors

Loading content...