GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#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_grid_calc_2d(), IL_matrix_create_alloc(), IL_output_2d(), IL_resample_output_2d(), IL_secpar_loop_2d(), and process_point().
double amin1 | ( | double | arg1, |
double | arg2 ) |
Definition at line 65 of file minmax.c.
Referenced by IL_grid_calc_2d(), IL_output_2d(), IL_resample_output_2d(), IL_secpar_loop_2d(), and process_point().
int min1 | ( | int | arg1, |
int | arg2 ) |
Definition at line 17 of file minmax.c.
Referenced by IL_resample_interp_segments_2d().