#include "qwt_math.h"
Go to the source code of this file.
Functions | |
| double | qwtGetMax (const double *array, int size) |
| Find the largest value in an array. More... | |
| double | qwtGetMin (const double *array, int size) |
| Find the smallest value in an array. More... | |
| double | qwtNormalizeDegrees (double degrees) |
| Normalize an angle to be int the range [0.0, 360.0[. More... | |
| double | qwtNormalizeRadians (double radians) |
| Normalize an angle to be int the range [0.0, 2 * PI[. More... | |
| double qwtGetMax | ( | const double * | array, |
| int | size | ||
| ) |
Find the largest value in an array.
| array | Pointer to an array |
| size | Array size |
Definition at line 35 of file qwt_math.cpp.
| double qwtGetMin | ( | const double * | array, |
| int | size | ||
| ) |
Find the smallest value in an array.
| array | Pointer to an array |
| size | Array size |
Definition at line 17 of file qwt_math.cpp.
| double qwtNormalizeDegrees | ( | double | degrees | ) |
Normalize an angle to be int the range [0.0, 360.0[.
| radians | Angle in degrees |
Definition at line 67 of file qwt_math.cpp.
| double qwtNormalizeRadians | ( | double | radians | ) |
Normalize an angle to be int the range [0.0, 2 * PI[.
| radians | Angle in radians |
Definition at line 52 of file qwt_math.cpp.