repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-0.1.27
[lilypond.git]
/
hdr
/
const.hh
blob
9c2f3f9ccc40037d0d63c892c9a2d3a85ed4e383
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 EPS
=
1e-7
;
// qlpsolve.hh
10
const int
MAXITER
=
100
;
// qlpsolve.hh
11
const
Real INFTY
=
HUGE_VAL
;
12
#endif