#include <limits>#include "Exception.h"#include "mathutil.h"

Go to the source code of this file.
Functions | |
| tCompareResult | pcce::CompareReal (const tReal &x, const tReal &y) |
| bool | pcce::SameReal (const tReal &x, const tReal &y) |
| tReal | pcce::RoundTo (const tReal &x, unsigned short digits) |
| tReal | pcce::Truncate (const tReal &x) |
| bool | pcce::IsNaN (const tReal &x) |
| bool | pcce::IsInf (const tReal &x) |
1.5.5