Changes in / [69:914ffb9b3798:67:9de02aa380de] in lemon-main
- Location:
- lemon
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r69 r67 21 21 lemon/list_graph.h \ 22 22 lemon/maps.h \ 23 lemon/math.h \24 23 lemon/random.h \ 25 24 lemon/tolerance.h -
lemon/random.h
r68 r62 68 68 69 69 #include <ctime> 70 71 #include <lemon/math.h> 70 #include <cmath> 71 72 72 #include <lemon/dim2.h> 73 74 73 ///\ingroup misc 75 74 ///\file … … 761 760 double xi,nu; 762 761 const double delta = k-std::floor(k); 763 const double v0= E/(E-delta);762 const double v0=M_E/(M_E-delta); 764 763 do { 765 764 double V0=1.0-real<double>();
Note: See TracChangeset
for help on using the changeset viewer.