pub type Dual2_64 = Dual2<f64, f64>;Aliased Type§
pub struct Dual2_64 {
pub re: f64,
pub v1: f64,
pub v2: f64,
/* private fields */
}Fields§
§re: f64Real part of the second order dual number
v1: f64First derivative part of the second order dual number
v2: f64Second derivative part of the second order dual number