File: protos.h

package info (click to toggle)
pdl 1%3A2.100-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,816 kB
  • sloc: perl: 22,587; ansic: 14,969; sh: 31; makefile: 30; sed: 6
file content (20 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *   This file was automatically generated by version 1.7 of cextract.
 *   Manual editing not recommended.
 *
 *   Created: Fri Nov 28 17:00:03 1997
 */
#ifndef __CEXTRACT__

extern double j0 ( double x );
extern double y0 ( double x );
extern double jn ( int n, double x );
extern double ndtri ( double a );
extern double j1 ( double x );
extern double y1 ( double x );
extern int mtherr ( char *name, int code );
extern double polevl ( double x, double coef[], int N );
extern double p1evl ( double x, double coef[], int N );
extern double yn ( int n, double x );

#endif /* __CEXTRACT__ */