]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Take two. Add the missing file that should have been committed
authorkargl <kargl@FreeBSD.org>
Sat, 12 Mar 2011 19:37:35 +0000 (19:37 +0000)
committerkargl <kargl@FreeBSD.org>
Sat, 12 Mar 2011 19:37:35 +0000 (19:37 +0000)
commit247ca05bfc2d76fc2da5e6d8d0ed4ad2f22c98a6
treeb94e26365c92e422648fca2e8062b88cc2db374d
parent557dc7e0d320f8e23203112ecb155d719f35102f
Take two.  Add the missing file that should have been committed
with r219571 and re-enable building of cbrtl.

Implement the long double version for the cube root function, cbrtl.
The algorithm uses Newton's iterations with a crude estimate of the
cube root to converge to a result.

Reviewed by:    bde
Approved by:    das
lib/msun/Makefile
lib/msun/Symbol.map
lib/msun/src/s_cbrtl.c [new file with mode: 0644]