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