SAGA API  v9.5
mat_trend.cpp File Reference
#include "mat_tools.h"

Go to the source code of this file.

Macros

#define SWAP(a, b)   { double temp = (a); (a) = (b); (b) = temp; }
 
#define EPSILON   0.001
 

Macro Definition Documentation

◆ EPSILON

#define EPSILON   0.001

Definition at line 72 of file mat_trend.cpp.

◆ SWAP

#define SWAP (   a,
 
)    { double temp = (a); (a) = (b); (b) = temp; }

Definition at line 69 of file mat_trend.cpp.