0dc9e0996a
As the current libc includes a libm implementation, with the new libc this is needed. Unneeded (for the moment) archs have been removed.
5 lines
167 B
C
5 lines
167 B
C
/* $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);
|