GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
xround.c File Reference
#include <limits.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/calc.h>
Include dependency graph for xround.c:

Go to the source code of this file.

Functions

int f_round (int argc, const int *argt, void **args)
 
int c_round (int argc, int *argt)
 

Function Documentation

◆ c_round()

int c_round ( int  argc,
int argt 
)

Definition at line 176 of file xround.c.

References CELL_TYPE, DCELL_TYPE, E_ARG_HI, and E_ARG_LO.

◆ f_round()

int f_round ( int  argc,
const int argt,
void **  args 
)