From 88a65e8fdb700107ac1a3b19dd70d650907d0a26 Mon Sep 17 00:00:00 2001 From: "PARZIVAL (BreganIM)" Date: Thu, 1 May 2025 22:47:41 +0300 Subject: [PATCH] =?UTF-8?q?code:=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BE=D1=87?= =?UTF-8?q?=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20his?= =?UTF-8?q?togram=5Finternal.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram_internal.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 histogram_internal.h diff --git a/histogram_internal.h b/histogram_internal.h new file mode 100644 index 0000000..34ffb8d --- /dev/null +++ b/histogram_internal.h @@ -0,0 +1,6 @@ +#pragma once +#include + +void find_minmax(const std::vector& numbers, + double& min, + double& max);