GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <stdio.h>
#include <math.h>
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) |
double amax1 | ( | double | arg1, |
double | arg2 | ||
) |
Definition at line 54 of file minmax.c.
Referenced by IL_secpar_loop_2d().
double amin1 | ( | double | arg1, |
double | arg2 | ||
) |
Definition at line 67 of file minmax.c.
Referenced by IL_secpar_loop_2d().