[]Struct phyloalifold::EXP_CONST_4_INIT_ML_DELTA_FE

pub struct EXP_CONST_4_INIT_ML_DELTA_FE { /* fields omitted */ }

Methods from Deref<Target = f64>

pub const RADIX: u321.43.0[src]

pub const MANTISSA_DIGITS: u321.43.0[src]

pub const DIGITS: u321.43.0[src]

pub const EPSILON: f641.43.0[src]

pub const MIN: f641.43.0[src]

pub const MIN_POSITIVE: f641.43.0[src]

pub const MAX: f641.43.0[src]

pub const MIN_EXP: i321.43.0[src]

pub const MAX_EXP: i321.43.0[src]

pub const MIN_10_EXP: i321.43.0[src]

pub const MAX_10_EXP: i321.43.0[src]

pub const NAN: f641.43.0[src]

pub const INFINITY: f641.43.0[src]

pub const NEG_INFINITY: f641.43.0[src]

Trait Implementations

impl Deref for EXP_CONST_4_INIT_ML_DELTA_FE

type Target = f64

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.