[MINGW32]: Prepend cwd to PATH. Fixes invoking as "lilypond.exe".
[lilypond/patrick.git] / flower / real.cc
blob20d8069669a6d0a6d709fb4c9d801826aba29cb1
1 #include "real.hh"
3 #include <cmath>
4 using namespace std;
6 #ifdef INFINITY
7 const Real infinity_f = INFINITY;
8 #else
9 const Real infinity_f = HUGE_VAL;
10 #endif