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.0.1
[lilypond.git]
/
const.hh
blob
5a989e2e4cf319055e6ede28437b035375e8afe9
1
/*
2
global constants
3
*/
4
5
6
const
Real CM_TO_PT
=
72
/
2.54
;
7
const
Real VERT_TO_PT
=
CM_TO_PT
;
// tex output
8
const
Real HOR_TO_PT
=
CM_TO_PT
;
// tex output
9
const
Real EPS
=
1e-7
;
// qlpsolve.hh
10
const int
MAXITER
=
100
;
// qlpsolve.hh
11
const
Real INFTY
=
1
e8
;