#include <algorithm>
#include <cctype>
#include <locale>
#include <math.h>
#include <sstream>
#include <string>
Go to the source code of this file.
◆ almostEqualRelativeAndAbs()
◆ ltrim()
static void ltrim |
( |
std::string & |
s | ) |
|
|
inlinestatic |
◆ reverseArray()
template<class T >
void reverseArray |
( |
T * |
array, |
|
|
unsigned int |
length |
|
) |
| |
◆ rtrim()
static void rtrim |
( |
std::string & |
s | ) |
|
|
inlinestatic |
◆ trim()
static void trim |
( |
std::string & |
s | ) |
|
|
inlinestatic |
◆ DOUBLEEQUAL_ABSTOL
const double DOUBLEEQUAL_ABSTOL = 1e-10 |
◆ DOUBLEEQUAL_RELTOL
const double DOUBLEEQUAL_RELTOL = 1e-5 |