pub type Ode78 = Verner8;Aliased Type§
pub struct Ode78 {
    pub abs_tol: f64,
    pub rel_tol: f64,
    pub dt_beta: f64,
    pub dt_expn: f64,
}Fields§
§abs_tol: f64Absolute error tolerance.
rel_tol: f64Relative error tolerance.
dt_beta: f64Multiplier for adaptive time steps.
dt_expn: f64Exponent for adaptive time steps.