Mercurial > ecos
view 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 |
line wrap: on
line source
/* $NetBSD: cephes_subrf.h,v 1.1 2007/08/20 16:01:34 drochner Exp $ */ void _cchshf(float, float *, float *); float _redupif(float); float _ctansf(float complex);
