pgamean(5) debian man page | unix.com

Man Page: pgamean

Operating Environment: debian

Section: 5

PGAMean(5)							      PGAPack								PGAMean(5)

NAME
PGAMean - calculates the mean value of an array of elements
INPUT PARAMETERS
ctx - context variable a - array to take the mean of n - number of elements in array a
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" double PGAMean(ctx, a, n) PGAContext *ctx double *a int n
LOCATION
utility.c
EXAMPLE
Example: PGAContext *ctx; double a[100], mean; : mean = PGAMean(ctx, a, 100); 05/01/95 PGAMean(5)
Related Man Pages
pgasetrealinitpercent(2) - debian
pgaduplicate(8) - debian
pgasortpop(8) - debian
glxquerycontext(3g) - centos
stream_context_get_params(3) - php
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
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)?