2 interval.cc -- instantiate Interval_t<Real>
4 source file of the Flower Library
6 (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #include "interval.hh"
12 #include "interval.tcc"
15 Interval_t
<Real
>::infinity ()
21 Interval_t
<Real
>::T_to_str (Real r
)
28 Interval_t
<int>::infinity ()
34 Interval_t
<int>::T_to_str (int i
)
39 template INTERVAL__INSTANTIATE (int);
40 template INTERVAL__INSTANTIATE (Real
);