FindRoot function give wrong result

Issue #181 resolved
Trần lê duy created an issue
In [13]: FindRoot(2^x==0,{x,-100,100}, Method->Brent)
Out[13]: {x->-100.0}

Comments (3)

  1. Log in to comment