GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
minmax.c File Reference
#include <stdio.h>
#include <math.h>
Include dependency graph for minmax.c:

Go to the source code of this file.

Functions

int min1 (int arg1, int arg2)
 
int max1 (int arg1, int arg2)
 
double amax1 (double arg1, double arg2)
 
double amin1 (double arg1, double arg2)
 

Function Documentation

double amax1 ( double  arg1,
double  arg2 
)
double amin1 ( double  arg1,
double  arg2 
)
int max1 ( int  arg1,
int  arg2 
)

Definition at line 32 of file minmax.c.

int min1 ( int  arg1,
int  arg2 
)

Definition at line 18 of file minmax.c.

Referenced by IL_resample_interp_segments_2d().