1#include <math.h> 2 3#define PREC_float 1 4#define PREC_double 2 5#define PREC_long_double 3 6 7template<class T> 8bool is_equal(T x, T y, sal_Int16 _nPrec)
--- 125 unchanged lines hidden --- | 22#include <math.h> 23 24#define PREC_float 1 25#define PREC_double 2 26#define PREC_long_double 3 27 28template<class T> 29bool is_equal(T x, T y, sal_Int16 _nPrec)
--- 125 unchanged lines hidden --- |