9 Dec
2014
9 Dec
'14
12:17 p.m.
I'd like to find the root of a function f (find x such that f(x) = 0). Should I pass abs( f ) to brent_find_minima()? I can't find examples... Thanks in advance!