]> git.donarmstrong.com Git - lilypond.git/blob - flower/real.cc
e81577c05f72f7ea6cadfe852b6e80ebd898906f
[lilypond.git] / flower / real.cc
1 #include "real.hh"
2
3 #include <cmath>
4
5 #ifdef INFINITY
6 const Real infinity_f = INFINITY;
7 #else
8 const Real infinity_f = HUGE_VAL;
9 #endif
10