PGARound(5) PGAPack PGARound(5)NAMEPGARound - Mathematically round a double to an integer, using 0.5 as the cutoff value.INPUT PARAMETERSctx - context variable x - the number to be roundedOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGARound(ctx, x) PGAContext *ctx double xLOCATIONutility.cEXAMPLEExample: PGAContext *ctx; int y; y = PGARound(ctx, -78.6); 05/01/95 PGARound(5)
| Related Man Pages |
|---|
| pgaevaluate(1) - debian |
| pgadebugprint(3) - debian |
| pgacreate(8) - debian |
| pgasortpop(8) - debian |
| lwres_conf_parse(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Introduction |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |