Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : cybertech.mathematic

CyberTech is a mathematical expressions evaluator library for .NET. Allows to evaluate mathematical, boolean, string and datetime expressions on the fly. Official document and usage examples: https://CyberTech.org/CyberTech.Mathematic/ Multiple methods just in one line (method chaining) Object value = new Expression("(a + b) / 2 ").Bind("a", 3).Bind("b", 5).Eval();Validate expression before evaluate Expression expression = new Expression("SUM(1,2,3) + true"); //validate expression List<String> errors = expression.GetError(); if(errors.Count == 0) { //No error }

Registry - Homepage - JSON
purl: pkg:nuget/cybertech.mathematic
Keywords: Math, Mathematics, Mathematical, Expression, Fomular, Eval, Evaluator, Calculator, Solve, Unary, Decimal
License: MIT
Latest release: 11 months ago
First release: 11 months ago
Downloads: 437 total
Last synced: 28 days ago

    Loading...
    Readme
    Loading...