Home | History | Annotate | Line # | Download | only in complex
cephes_subrl.h revision 1.1.2.2
      1 /* $NetBSD: cephes_subrl.h,v 1.1.2.2 2014/10/13 19:34:58 martin 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