Home | History | Annotate | Line # | Download | only in complex
      1 /* $NetBSD: cephes_subrl.h,v 1.1 2014/10/10 00:48:18 christos Exp $ */
      2 
      3 void _cchshl(long double, long double *, long double *);
      4 long double _redupil(long double);
      5 long double _ctansl(long double complex);
      6 
      7 #define	M_PIL	3.14159265358979323846264338327950280e+00L
      8 #define	M_PI_2L	1.57079632679489661923132169163975140e+00L
      9 
     10