K 10 svn:author V 5 kargl K 8 svn:date V 27 2011-03-12T19:37:35.442725Z K 7 svn:log V 324 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 END