cvs commit: src/lib/msun/src k_cosf.c k_sinf.c

2005-11-30 Thread Bruce Evans
bde 2005-11-30 11:51:17 UTC FreeBSD src repository Modified files: lib/msun/src k_cosf.c k_sinf.c Log: Rearranged the polynomial evaluation to reduce dependencies, as in k_tanf.c but with different details. The polynomial is odd with degree 13 for tanf() and od

cvs commit: src/lib/msun/src k_cosf.c k_sinf.c k_tanf.c s_cosf.c s_sinf.c s_tanf.c

2005-11-20 Thread Bruce Evans
bde 2005-11-21 04:57:12 UTC FreeBSD src repository Modified files: lib/msun/src k_cosf.c k_sinf.c k_tanf.c s_cosf.c s_sinf.c s_tanf.c Log: Mess up the "kernel" float trig function .c files with ifdefs so that they can be #included in other

cvs commit: src/lib/msun/src k_cosf.c

2005-11-12 Thread Bruce Evans
bde 2005-11-12 19:54:45 UTC FreeBSD src repository Modified files: lib/msun/src k_cosf.c Log: Improved comments for the minimax polynomial. Revision ChangesPath 1.12 +4 -4 src/lib/msun/src/k_cosf.c ___