3#include <QtCore/QtTypes>
13 bool fuzzyCompare(
double value1,
double value2,
double tolerance);
14 bool fuzzyCompare(
float value1,
float value2,
float tolerance);
16 quint32
crc32(
const quint8 *src,
unsigned len,
unsigned state);
quint32 crc32(const quint8 *src, unsigned len, unsigned state)
double limitAngleToPMPId(double angle)
bool fuzzyCompare(double value1, double value2)
Returns true if the two values are equal or close. Correctly handles 0 and NaN values.
float limitAngleToPMPIf(double angle)