#include <stdlib.h>#include <string.h>#include <stdio.h>#include <assert.h>#include <ctype.h>#include <math.h>#include <float.h>#include <cd.h>#include "sxy_utils.h"Include dependency graph for sxy_utils.cpp:

Go to the source code of this file.
Defines | |
| #define | min(a, b) ( ((a)<(b)) ? (a) : (b) ) |
| #define | max(a, b) ( ((a)>(b)) ? (a) : (b) ) |
|
|
Definition at line 18 of file sxy_utils.cpp. Referenced by SXYUtil::assertValues(), SXYAxis::calcPrecision(), SXYGraph::fitAllAxis(), SXYChart::getGridScales(), SXYArea::getHorizontalLimits(), SXYArea::getVerticalLimits(), SXYUtil::intersectPoints(), SXYTaskZoomIn::makeZoom(), and zoom(). |
|
|
Definition at line 17 of file sxy_utils.cpp. Referenced by SXYUtil::assertValues(), SXYAxis::calcPrecision(), SXYGraph::fitAllAxis(), SXYChart::getGridScales(), SXYArea::getHorizontalLimits(), SXYArea::getVerticalLimits(), SXYUtil::intersectPoints(), SXYTaskZoomIn::makeZoom(), and zoom(). |