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*().
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