Revision history of "CPP/Boost/Math/Tools/TOMS748"

From ProgrammingExamples
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 08:05, 14 August 2011‎ Awallin (Talk | contribs)‎ . . (1,317 bytes) (+1,317)‎ . . (Created page with '<syntaxhighlight lang="cpp"> #include <iostream> #include <sstream> #include <string> #include <boost/math/tools/roots.hpp> class Test { public: double operator()(const do…')