Top 20 NuGet Packages depending on NumericalLibraries Calculator

Total dependencies: 3

Chart component for Rychusoft.NumericalLibraries suite
Easy to use library for computing integrals. var math = new Integral("3*x^2-5", 5, 10); var result = math.ComputeIntegral(); // result = 850
Easy to use library for computing derivative and function value at given point. var derivative = new Derivative("x^2 + 5 - cos(2 * PI * x)"); var result = derivative.ComputeDerivative(1); // result = 2