GRASS Programmer's Manual  6.4.2(2012)
cdhc/local_proto.h
Go to the documentation of this file.
00001 #ifndef __LOCAL_PROTO_H__
00002 #define __LOCAL_PROTO_H__
00003 
00004 
00005 /* qsort() comparison function */
00006 int dcmp(const void *, const void *);
00007 
00008 /* misc internal support functions */
00009 void wcoef(double[], int, int, double *, int *);
00010 void wgp(double[], int, double, double, double, double[],
00011          int, double, double, double, double, int *);
00012 void nscor2(double[], int, int, int *);
00013 void wext(double[], int, double, double[], int, double,
00014           double *, double *, int *);
00015 
00016 double alnorm(double, int);
00017 double enormp(double);
00018 double normp(double);
00019 double xinormal(double);
00020 
00021 double ppn7(double);
00022 double ppnd16(double);
00023 
00024 
00025 #endif /* __LOCAL_PROTO_H__ */
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines