]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/const.hh
80342a4450e77026b52d48c382b8bca2920648c5
[lilypond.git] / lily / include / const.hh
1 /*
2     global constants
3     */
4 #ifndef CONST_HH
5 #define CONST_HH
6 #include <math.h>
7 #include "real.hh"
8
9 const Real INFTY=HUGE_VAL;
10 #endif