pub fn get_function_bounds_vec(
function_name: &str,
default_bounds: (f64, f64),
) -> Vec<(f64, f64)>Expand description
Helper function to get bounds as a Vec for optimization (compatible with recorded tests) Returns default bounds if function is not found