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