1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
/* interval.cc -- instantiate Interval_t<Real> source file of the Flower Library (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl> */ #include "interval.hh" #include "real.hh" #include "interval.tcc" Interval__instantiate(Real); Real Interval_t<Real>::infinity() { return HUGE_VAL; }