#pragma once #include long double Kahan_skalar(std::vector const &input); long double normal_sum(std::vector const &input);