repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MINGW32]: Prepend cwd to PATH. Fixes invoking as "lilypond.exe".
[lilypond/patrick.git]
/
flower
/
real.cc
blob
20d8069669a6d0a6d709fb4c9d801826aba29cb1
1
#include
"real.hh"
2
3
#include <cmath>
4
using namespace
std
;
5
6
#ifdef INFINITY
7
const
Real infinity_f
=
INFINITY
;
8
#else
9
const
Real infinity_f
=
HUGE_VAL
;
10
#endif
11