From d2b133901a65244934eb642ec8e20c797efaf650 Mon Sep 17 00:00:00 2001 From: Bertrand Date: Fri, 19 Feb 2016 15:03:51 +0000 Subject: nettoyage du dépôt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rqmc.cpp | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 rqmc.cpp (limited to 'rqmc.cpp') diff --git a/rqmc.cpp b/rqmc.cpp deleted file mode 100644 index 7109d82..0000000 --- a/rqmc.cpp +++ /dev/null @@ -1,38 +0,0 @@ -#include "rqmc.hpp" - - -double frac_part(double x){ - return x - floor(x); -} - - -double mean_rqmc(int N, double X) { - sobol s(1); - double sum = 0; - for(int i=0; i