Versions in this module Expand all Collapse all v1 v1.0.1 Mar 22, 2020 v1.0.0 Dec 19, 2019 Changes in this version + const EpsilonF64 + var ErrRootIsNotBracketed = errors.New("ErrRootIsNotBracketed - no root in the given interval") + func Brent(f func(x float64) float64, a, b float64, precision int) (r float64, err error)