index
:
projet_C++
functional
lambda_fun
latex
master
more_generic
nlopt
option_type
[no description]
gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rqmc.cpp
blob: 4c804e182af0b851d1450849f94dc793f12285da (
plain
)
1
2
3
4
5
6
7
8
#include
"rqmc.hpp"
double
frac_part
(
double
x
){
return
x
-
floor
(
x
);
}