PGAMean(5) PGAPack PGAMean(5)NAMEPGAMean - calculates the mean value of an array of elementsINPUT PARAMETERSctx - context variable a - array to take the mean of n - number of elements in array aOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" double PGAMean(ctx, a, n) PGAContext *ctx double *a int nLOCATIONutility.cEXAMPLEExample: PGAContext *ctx; double a[100], mean; : mean = PGAMean(ctx, a, 100); 05/01/95 PGAMean(5)
| Related Man Pages |
|---|
| pgasetrealinitrange(2) - debian |
| pgaduplicate(8) - debian |
| pgasortpop(8) - debian |
| pgasetuserfunction(8) - debian |
| glxquerycontextinfoext(3g) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Detecting unused variables... |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |