aboutsummaryrefslogtreecommitdiffstats
path: root/src/option.hpp
diff options
context:
space:
mode:
authorBertrand <bertrand.horel@gmail.com>2016-04-11 14:17:21 +0000
committerBertrand <bertrand.horel@gmail.com>2016-04-11 14:17:21 +0000
commit95ee7fca4b4a30cc8e381b09c963b94512630521 (patch)
tree6afd60ee9107e8b239f34ad6cc1f5ffac83b9890 /src/option.hpp
parenta6076b6b0cc7958e8b939ba6ed3ddb53d7d1ff20 (diff)
downloadprojet_C++-95ee7fca4b4a30cc8e381b09c963b94512630521.tar.gz
début nettoyage et description dans README
Diffstat (limited to 'src/option.hpp')
-rw-r--r--src/option.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/option.hpp b/src/option.hpp
index d104bd6..1a3733c 100644
--- a/src/option.hpp
+++ b/src/option.hpp
@@ -1,7 +1,5 @@
#include "rqmc.hpp"
-double frac_part(double x);
-
double pos (double x);
struct asian_option : public std::unary_function<std::vector<double>, double>