diff options
| author | Rich Felker <dalias@aerifal.cx> | 2012-12-15 00:49:09 -0500 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2012-12-15 00:49:09 -0500 | 
| commit | 969ddbc423238291d5c7982790bbe72720627ba4 (patch) | |
| tree | 54fb3d0a0ddb08549af2704be5dff2ad5dfb1c22 /include/math.h | |
| parent | 9cb589939cdbfb2fe273bef3fe557a9a162ddd73 (diff) | |
| parent | a8f73bb1a685dd7d67669c6f6ceb255cfa967790 (diff) | |
| download | musl-969ddbc423238291d5c7982790bbe72720627ba4.tar.gz | |
Merge remote-tracking branch 'nsz/math'
Diffstat (limited to 'include/math.h')
| -rw-r--r-- | include/math.h | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/include/math.h b/include/math.h index b44738d7..19108795 100644 --- a/include/math.h +++ b/include/math.h @@ -399,14 +399,6 @@ float       ynf(int, float);  #ifdef _GNU_SOURCE  long double lgammal_r(long double, int*); -long double j0l(long double); -long double j1l(long double); -long double jnl(int, long double); - -long double y0l(long double); -long double y1l(long double); -long double ynl(int, long double); -  void        sincos(double, double*, double*);  void        sincosf(float, float*, float*);  void        sincosl(long double, long double*, long double*); | 
