mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-17 19:06:36 +00:00
6 lines
167 B
C
6 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);
|