Mercurial > nand-ecoscentric
annotate packages/language/c/libm/current/src/complex/cephes_subr.h @ 3337:77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
port from Newlib.
Add: Single precision floating point library, port from Newlib.
[ Bugzilla 1001539 ]
| author | vae |
|---|---|
| date | Sun, 25 Aug 2013 14:38:57 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
3337
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff
changeset
|
1 /* $NetBSD: cephes_subr.h,v 1.1 2007/08/20 16:01:33 drochner Exp $ */ |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff
changeset
|
2 |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff
changeset
|
3 void _cchsh(double, double *, double *); |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff
changeset
|
4 double _redupi(double); |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff
changeset
|
5 double _ctans(double complex); |
