|
GRASS GIS 8 Programmer's Manual
8.4.2dev(2025)-5620950973
|
#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 52 of file minmax.c.
Referenced by IL_secpar_loop_2d().
| double amin1 | ( | double | arg1, |
| double | arg2 | ||
| ) |
Definition at line 65 of file minmax.c.
Referenced by IL_secpar_loop_2d().