diff options
| author | Bertrand <bertrand.horel@gmail.com> | 2016-04-11 14:17:21 +0000 |
|---|---|---|
| committer | Bertrand <bertrand.horel@gmail.com> | 2016-04-11 14:17:21 +0000 |
| commit | 95ee7fca4b4a30cc8e381b09c963b94512630521 (patch) | |
| tree | 6afd60ee9107e8b239f34ad6cc1f5ffac83b9890 /src/option.cpp | |
| parent | a6076b6b0cc7958e8b939ba6ed3ddb53d7d1ff20 (diff) | |
| download | projet_C++-95ee7fca4b4a30cc8e381b09c963b94512630521.tar.gz | |
début nettoyage et description dans README
Diffstat (limited to 'src/option.cpp')
| -rw-r--r-- | src/option.cpp | 3 |
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); |
