--- name: clip kind: function lang: go domain: datascience version: "1.0.0" purity: pure signature: "func Clip(data []float64, min, max float64) []float64" description: "Recorta cada valor del slice para que quede dentro del rango [min, max]." tags: [datascience, clamp, clip, range] uses_functions: [] uses_types: [] returns: [] returns_optional: false error_type: "" imports: [] tested: false tests: [] test_file_path: "" file_path: "functions/datascience/clip.go" ---