From abf30f27d1f2732eb71ca3e6d0b8866c05177f2d Mon Sep 17 00:00:00 2001 From: "PARZIVAL (BreganIM)" Date: Thu, 8 May 2025 17:29:28 +0300 Subject: [PATCH] =?UTF-8?q?upd:=D0=9A=D0=BE=D0=B4=20=D0=BE=D1=82=D0=BA?= =?UTF-8?q?=D0=B0=D1=87=D0=B5=D0=BD=20=D0=B4=D0=BE=20=D0=BC=D0=BE=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=B0=20=D0=B7=D0=B0=D1=89=D0=B8=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/histogram.h b/histogram.h index 1eab698..07979b8 100644 --- a/histogram.h +++ b/histogram.h @@ -2,5 +2,3 @@ #include std::vector make_histogram(const std::vector& numbers, size_t bin_count); -double compute_bin_size(const std::vector& numbers, size_t bin_count); -void show_histogram_svg(const std::vector& bins, double bin_size, double min_val);