pgaround(5) debian man page | unix.com

Man Page: pgaround

Operating Environment: debian

Section: 5

PGARound(5)							      PGAPack							       PGARound(5)

NAME
PGARound - Mathematically round a double to an integer, using 0.5 as the cutoff value.
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.c
EXAMPLE
Example: PGAContext *ctx; int y; y = PGARound(ctx, -78.6); 05/01/95 PGARound(5)
Related Man Pages
pgasetintegerinitrange(2) - debian
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
pgaduplicate(8) - debian
pgasetuserfunction(8) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph