Include dependency graph for qwt_math.h:
Defines | |
#define | LOG10_2 0.30102999566398119802 |
#define | LOG10_3 0.47712125471966243540 |
#define | LOG10_5 0.69897000433601885749 |
#define | M_2PI 6.28318530717958623200 |
#define | LOG_MIN 1.0e-100 |
#define | LOG_MAX 1.0e100 |
Functions | |
template<classT> const T& | qwtMax (const T& x, const T& y) |
template<classT> const T& | qwtMin ( const T& x, const T& y) |
template<classT> T | qwtAbs (const T& x) |
template<classT> int | qwtSign (const T& x) |
template<classT> T | qwtSqr (const T&x) |
template<classT> void | qwtCopyArray (T *dest, T *src, int n) |
template<classT> void | qwtShiftArray (T *arr, int size, int di) |
template<classT> void | qwtSwap ( T &x1, T& x2) |
int | qwtInt (double x) |
template<classT> void | qwtSort (const T& x1, const T& x2, T& xmin, T& xmax) |
template<classT> void | qwtSort (T& x1, T& x2) |
template<classT> T | qwtLim (const T& x, const T& x1, const T& x2) |
|
Return the absolute value.
|
|
Copy an array into another.
|
|
Round a number to the nearest integer.
|
|
Limit a value to fit into a specified interval.
|
|
Return the largest of two values.
|
|
Return the smallest of two values.
|
|
Shift an array by a specified number of positions.
|
|
Return the sign.
|
|
Sort two values in ascending order.
|
|
Sort two values in ascending order.
|
|
Return the square of a number.
|
|
Swap two values.
|