aboutsummaryrefslogtreecommitdiffstats
path: root/src/option.cpp
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.cpp
parenta6076b6b0cc7958e8b939ba6ed3ddb53d7d1ff20 (diff)
downloadprojet_C++-95ee7fca4b4a30cc8e381b09c963b94512630521.tar.gz
début nettoyage et description dans README
Diffstat (limited to 'src/option.cpp')
-rw-r--r--src/option.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/option.cpp b/src/option.cpp
index b8c2799..918e735 100644
--- a/src/option.cpp
+++ b/src/option.cpp
@@ -5,9 +5,6 @@ double pos (double x){
return x>0?x:0;
}
-double frac_part(double x){
- return x - floor(x);
-}
int main(){
init_alea(1);