Hi Fellow Gophers
I wonder what is the canonical Go library for finding roots of single-valued real functions?
Brent's method is the default algorithm in R, Matlab, and
Scipy.
Gonum has a pretty comprehensive list of facilities for
optimization, but I couldn't find one that does simple root finding.
There seem to be two packages out there that implement Brent's method, but they are of dubious provenance: