source: trunk/libs/newlib/src/newlib/libm/complex/cephes_subrl.h @ 620

Last change on this file since 620 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 324 bytes
Line 
1/* $NetBSD: cephes_subrl.h,v 1.1 2014/10/10 00:48:18 christos Exp $ */
2
3void _cchshl(long double, long double *, long double *);
4long double _redupil(long double);
5long double _ctansl(long double complex);
6
7#define M_PIL   3.14159265358979323846264338327950280e+00L
8#define M_PI_2L 1.57079632679489661923132169163975140e+00L
9
Note: See TracBrowser for help on using the repository browser.