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!