Easy to use library for computing zero (root) of a function.
var math = new FunctionRoot.Hybrid("(x+1)^2-9", 0, 1.5);
var result = math.ComputeHybrid(); // result = 2
Enables C++ programs to link against ROOT libraries. The ROOT libraries are expected to have been installed in the standard c:\root location previously by you! Make sure you install VS2012 or VS2013 properly! See the main ROOT website for complete documentation: http://root.cern.ch