Mercurial > ecos
annotate packages/language/c/libm/current/src/complex/cephes_subrf.h @ 3260: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 |
|---|---|
|
3260
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff
changeset
|
1 /* $NetBSD: cephes_subrf.h,v 1.1 2007/08/20 16:01:34 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 _cchshf(float, float *, float *); |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff
changeset
|
4 float _redupif(float); |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff
changeset
|
5 float _ctansf(float complex); |
