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