Skip to main content

walk_cycle_worst_case

Function walk_cycle_worst_case 

Source
pub fn walk_cycle_worst_case<F: Float>(steps: &[usize], epsilon: F) -> (F, F)
Expand description

Walk a cycle with worst-case (maximal) error at each step.

This tests the theoretical upper bound: each step incurs the maximum allowed error ε.