pub type Dual3_32 = Dual3<f32>;Aliased Type§
pub struct Dual3_32 {
pub re: f32,
pub v1: f32,
pub v2: f32,
pub v3: f32,
/* private fields */
}Fields§
§re: f32Real part of the third order dual number
v1: f32First derivative part of the third order dual number
v2: f32Second derivative part of the third order dual number
v3: f32Third derivative part of the third order dual number