Skip to main content

first_order_response

Function first_order_response 

pub fn first_order_response(
    initial: f64,
    target: f64,
    time_constant: f64,
    time: f64,
) -> Result<f64, SystemResponseError>