#[unsafe(no_mangle)]pub unsafe extern "C" fn diffsol_ode_get_rtol(
ode: *const OdeWrapper,
out_value: *mut f64,
) -> i32Expand description
Return the relative tolerance configured for an ODE.
ยงSafety
ode must be a valid pointer created by this library. out_value must be a
valid, writable pointer.