Dual64

Type Alias Dual64 

Source
pub type Dual64 = Dual<f64, f64>;

Aliased Type§

pub struct Dual64 {
    pub re: f64,
    pub eps: f64,
    /* private fields */
}

Fields§

§re: f64

Real part of the dual number

§eps: f64

Derivative part of the dual number