Functions
qwt_math.cpp File Reference
#include "qwt_math.h"
Include dependency graph for qwt_math.cpp:

Go to the source code of this file.

Functions

double qwtGetMax (const double *array, int size)
 Find the largest value in an array.
double qwtGetMin (const double *array, int size)
 Find the smallest value in an array.
double qwtNormalizeDegrees (double degrees)
 Normalize an angle to be int the range [0.0, 360.0[.
double qwtNormalizeRadians (double radians)
 Normalize an angle to be int the range [0.0, 2 * PI[.

Function Documentation

double qwtGetMax ( const double *  array,
int  size 
)

Find the largest value in an array.

Parameters:
arrayPointer to an array
sizeArray size

Definition at line 35 of file qwt_math.cpp.

double qwtGetMin ( const double *  array,
int  size 
)

Find the smallest value in an array.

Parameters:
arrayPointer to an array
sizeArray 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[.

Parameters:
radiansAngle in degrees
Returns:
Normalized 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[.

Parameters:
radiansAngle in radians
Returns:
Normalized angle in radians

Definition at line 52 of file qwt_math.cpp.



plotjuggler
Author(s): Davide Faconti
autogenerated on Fri Sep 1 2017 02:41:57