Doc: Usage: Add instructions on setting up chroot jail
[lilypond/mpolesky.git] / flower / real.cc
blob55537f8fa5d56296f473be106313e81ed87ca09b
1 #include "real.hh"
3 #include <cmath>
4 using namespace std;
6 const Real infinity_f =
7 #ifdef INFINITY
8 INFINITY
9 #else
10 HUGE_VAL
11 #endif