summaryrefslogtreecommitdiff
path: root/flower/interval.cc
blob: 12152d6227a9042f43071fa1217c775e9f547b6c (about) (plain)
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;
}