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