Subject: sun-lamp CVS commits
To: None <source-changes>
From: The Source Master <srcmastr>
List: source-changes
Date: 08/10/1994 13:40:07
jtc
Wed Aug 10 13:30:09 PDT 1994
Update of /b/source/CVS/src/lib/libm
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libm
Modified Files:
Makefile
Log Message:
Float versions of math functions. From Ian Taylor (ian@cygnus.com), with
minor changes by me.
jtc
Wed Aug 10 13:35:55 PDT 1994
Update of /b/source/CVS/src/lib/libm/src
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libm/src
Modified Files:
e_acos.c e_acosh.c e_asin.c e_atan2.c e_atanh.c e_cosh.c
e_exp.c e_fmod.c e_gamma.c e_gamma_r.c e_hypot.c e_j0.c e_j1.c
e_jn.c e_lgamma.c e_lgamma_r.c e_log.c e_log10.c e_pow.c
e_rem_pio2.c e_remainder.c e_scalb.c e_sinh.c e_sqrt.c k_cos.c
k_rem_pio2.c k_sin.c k_standard.c k_tan.c s_asinh.c s_atan.c
s_cbrt.c s_ceil.c s_copysign.c s_cos.c s_erf.c s_expm1.c
s_fabs.c s_finite.c s_floor.c s_frexp.c s_ilogb.c s_isnan.c
s_ldexp.c s_lib_version.c s_log1p.c s_logb.c s_matherr.c
s_modf.c s_nextafter.c s_rint.c s_scalbn.c s_signgam.c
s_significand.c s_sin.c s_tan.c s_tanh.c w_acos.c w_acosh.c
w_asin.c w_atan2.c w_atanh.c w_cosh.c w_exp.c w_fmod.c
w_gamma.c w_gamma_r.c w_hypot.c w_j0.c w_j1.c w_jn.c
w_lgamma.c w_lgamma_r.c w_log.c w_log10.c w_pow.c
w_remainder.c w_scalb.c w_sinh.c w_sqrt.c
Added Files:
e_acosf.c e_acoshf.c e_asinf.c e_atan2f.c e_atanhf.c e_coshf.c
e_expf.c e_fmodf.c e_gammaf.c e_gammaf_r.c e_hypotf.c e_j0f.c
e_j1f.c e_jnf.c e_lgammaf.c e_lgammaf_r.c e_log10f.c e_logf.c
e_powf.c e_rem_pio2f.c e_remainderf.c e_scalbf.c e_sinhf.c
e_sqrtf.c k_cosf.c k_rem_pio2f.c k_sinf.c k_tanf.c math.h
math_private.h s_asinhf.c s_atanf.c s_cbrtf.c s_ceilf.c
s_copysignf.c s_cosf.c s_erff.c s_expm1f.c s_fabsf.c
s_finitef.c s_floorf.c s_frexpf.c s_ilogbf.c s_isnanf.c
s_ldexpf.c s_log1pf.c s_logbf.c s_modff.c s_nextafterf.c
s_rintf.c s_scalbnf.c s_significandf.c s_sinf.c s_tanf.c
s_tanhf.c w_acosf.c w_acoshf.c w_asinf.c w_atan2f.c w_atanhf.c
w_cabsf.c w_coshf.c w_dremf.c w_expf.c w_fmodf.c w_gammaf.c
w_gammaf_r.c w_hypotf.c w_j0f.c w_j1f.c w_jnf.c w_lgammaf.c
w_lgammaf_r.c w_log10f.c w_logf.c w_powf.c w_remainderf.c
w_scalbf.c w_sinhf.c w_sqrtf.c
Removed Files:
Readme dependencies fdlibm.h
Log Message:
Float versions of math functions. From Ian Taylor (ian@cygnus.com), with
minor changes by me.
------------------------------------------------------------------------------