wthrowe

Results 3 issues of wthrowe

The documentation for `newton_raphson_iterate` states that "Out-of-bounds steps revert to bisection of the current bounds", which should be robust, but the implementation fails to bisect correctly in some cases. The...

@brson has suggested changing Gentoo's installation layout in https://github.com/rust-lang/rust/pull/29878#issuecomment-157806399. I don't know what reasoning went into the current setup, so I'm just going to pass this information along.

There are a few other suspicious ones elsewhere in the repo, like `src/ck-cp/controlPoints.h`, but I couldn't quickly figure out how to compile those files so I don't want to change...