Re: svn commit: r241756 - head/lib/msun/src

2012-10-20 Thread Bruce Evans
On Fri, 19 Oct 2012, Warner Losh wrote: Log: Document the method used to compute expf. Taken from exp, with changes to reflect differences in computation between the two. Please back this out, as for logf. We are a bit further from replacing fdlibm exp* by better versions than for log*().

svn commit: r241756 - head/lib/msun/src

2012-10-19 Thread Warner Losh
Author: imp Date: Fri Oct 19 22:47:44 2012 New Revision: 241756 URL: http://svn.freebsd.org/changeset/base/241756 Log: Document the method used to compute expf. Taken from exp, with changes to reflect differences in computation between the two. Modified: head/lib/msun/src/e_expf.c Modifie