freebsd-dev/lib/msun/ld80
Steve Kargl bb23de67bb * Rename the polynomial coefficients from P2, P3, ... to A2, A3, ....
The names now coincide with the name used in PTP Tang's paper.

* Rename the variable from s to tbl to better reflect that
  this is a table, and to be consistent with the naming scheme
  in s_exp2l.c

Reviewed by:	bde (as part of larger diff)
2013-06-03 17:36:26 +00:00
..
e_rem_pio2l.h Fix clang warnings. 2011-06-18 13:56:33 +00:00
invtrig.c
invtrig.h
k_cosl.c
k_sinl.c
k_tanl.c
s_exp2l.c Style(9) 2013-05-27 22:45:05 +00:00
s_expl.c * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... 2013-06-03 17:36:26 +00:00
s_logl.c Add logl, log2l, log10l, and log1pl. 2013-06-03 09:14:31 +00:00
s_nanl.c