#include <cfloat>
#include <iostream>
#include <limits>
#include "Range.h"
#include "lo-error.h"
#include "lo-mappers.h"
#include "lo-math.h"
#include "lo-utils.h"
Functions | |
std::ostream & | operator<< (std::ostream &os, const Range &a) |
std::istream & | operator>> (std::istream &is, Range &a) |
Range | operator- (const Range &r) |
Range | operator+ (double x, const Range &r) |
Range | operator+ (const Range &r, double x) |
Range | operator- (double x, const Range &r) |
Range | operator- (const Range &r, double x) |
Range | operator* (double x, const Range &r) |
Range | operator* (const Range &r, double x) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const Range & | a | |||
) |
std::istream& operator>> | ( | std::istream & | is, | |
Range & | a | |||
) |