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
Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git]
/
flower
/
real.cc
blob
55537f8fa5d56296f473be106313e81ed87ca09b
1
#include
"real.hh"
2
3
#include <cmath>
4
using namespace
std
;
5
6
const
Real infinity_f
=
7
#ifdef INFINITY
8
INFINITY
9
#else
10
HUGE_VAL
11
#endif
12
;
13