view 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
line wrap: on
line source

/* $NetBSD: cephes_subr.h,v 1.1 2007/08/20 16:01:33 drochner Exp $ */

void _cchsh(double, double *, double *);
double _redupi(double);
double _ctans(double complex);