Skip to main content

is_critically_damped

Function is_critically_damped 

Source
pub fn is_critically_damped(damping_ratio: f64, tolerance: f64) -> Option<bool>
Expand description

Returns true when the damping ratio is within tolerance of critical damping.