COIN-OR::LEMON - Graph Library

Changes in / [67:9de02aa380de:69:914ffb9b3798] in lemon-main


Ignore:
Location:
lemon
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r67 r69  
    2121        lemon/list_graph.h \
    2222        lemon/maps.h \
     23        lemon/math.h \
    2324        lemon/random.h \
    2425        lemon/tolerance.h
  • lemon/random.h

    r62 r68  
    6868
    6969#include <ctime>
    70 #include <cmath>
    71 
     70
     71#include <lemon/math.h>
    7272#include <lemon/dim2.h>
     73
    7374///\ingroup misc
    7475///\file
     
    760761      double xi,nu;
    761762      const double delta = k-std::floor(k);
    762       const double v0=M_E/(M_E-delta);
     763      const double v0=E/(E-delta);
    763764      do {
    764765        double V0=1.0-real<double>();
Note: See TracChangeset for help on using the changeset viewer.