GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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

◆ amax1()

double amax1 ( double  arg1,
double  arg2 
)

Definition at line 54 of file minmax.c.

Referenced by IL_secpar_loop_2d().

◆ amin1()

double amin1 ( double  arg1,
double  arg2 
)

Definition at line 67 of file minmax.c.

Referenced by IL_secpar_loop_2d().

◆ max1()

int max1 ( int  arg1,
int  arg2 
)

Definition at line 32 of file minmax.c.

◆ min1()

int min1 ( int  arg1,
int  arg2 
)

Definition at line 18 of file minmax.c.