Roots of a function: Difference between revisions

m
Line 1,036:
0.9999999999999996</lang>
 
It is possible to solve the problem directly and elegantly using robust bisection method, and at the same time elegantly using Alternative type class.
<lang haskell>import Control.Applicative
 
Anonymous user