INPUT PARAMETERS
- ctx
- - context variable
- x
- - the number to be rounded
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
int PGARound(ctx, x)
PGAContext *ctx
double x
LOCATION
utility.cEXAMPLE
Example: PGAContext *ctx; int y; y = PGARound(ctx, -78.6);