Skip to content

Commit 8c8693c

Browse files
committed
Remove [jy][01n]f(). X/Open only standardizes the double versions.
1 parent ce4982a commit 8c8693c

7 files changed

Lines changed: 8 additions & 901 deletions

File tree

include/openlibm_math.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -384,14 +384,6 @@ float fminf(float, float) __pure2;
384384
* float versions of BSD math library entry points
385385
*/
386386
#if __BSD_VISIBLE
387-
float dremf(float, float);
388-
float j0f(float);
389-
float j1f(float);
390-
float jnf(int, float);
391-
float y0f(float);
392-
float y1f(float);
393-
float ynf(int, float);
394-
395387
/*
396388
* Float versions of reentrant version of lgamma; passes signgam back by
397389
* reference as the second argument; user must allocate space for signgam.

src/Make.files

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
$(CUR_SRCS) = common.c \
22
e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
33
e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
4-
e_expf.c e_fmod.c e_fmodf.c \
5-
e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
6-
e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
4+
e_expf.c e_fmod.c e_fmodf.c e_hypot.c e_hypotf.c e_j0.c e_j1.c \
5+
e_jn.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
76
e_lgammal.c e_log.c e_log10.c e_log10f.c e_log2.c e_log2f.c e_logf.c \
87
e_pow.c e_powf.c e_remainder.c e_remainderf.c \
98
e_rem_pio2.c e_rem_pio2f.c \

src/e_j0f.c

Lines changed: 0 additions & 344 deletions
This file was deleted.

0 commit comments

Comments
 (0)