GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
Loading...
Searching...
No Matches
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 )

◆ amin1()

double amin1 ( double arg1,
double arg2 )

◆ max1()

int max1 ( int arg1,
int arg2 )

Definition at line 30 of file minmax.c.

◆ min1()

int min1 ( int arg1,
int arg2 )

Definition at line 17 of file minmax.c.

Referenced by IL_resample_interp_segments_2d().