Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>.NET solutions:</p> <p>Here couple of topics on SO:</p> <ul> <li><a href="https://stackoverflow.com/questions/333737/">c# evaluating string “3*(4+2)” yield int 18</a></li> <li><a href="https://stackoverflow.com/questions/234217/">Is it possible to translate a user-entered mathematical equation into C# code at runtime?</a></li> <li><a href="https://stackoverflow.com/questions/355062/">Is there a string math evaluator in .NET?</a></li> <li><a href="https://stackoverflow.com/questions/1437964/">Best and shortest way to evaluate mathematical expressions</a></li> <li><a href="https://stackoverflow.com/questions/2859111/c-math-calculator">C# Math calculator (closed)</a></li> </ul> <hr> <p>Also two projects I already used brefore:</p> <p>C#: <a href="http://ncalc.codeplex.com/" rel="nofollow noreferrer">NCalc - Mathematical Expressions Evaluator for .NET</a></p> <blockquote> <p>NCalc is a mathematical expressions evaluator in .NET. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions.</p> </blockquote> <hr> <p>VB.NET: <a href="https://stackoverflow.com/questions/333737/">Fast Lightweight Expression Evaluator</a></p> <blockquote> <p>Flee is an expression parser and evaluator for the .NET framework. It allows you to compute the value of string expressions such as sqrt(a^2 + b^2) at runtime. It uses a custom compiler, strongly-typed expression language, and lightweight codegen to compile expressions directly to IL. This means that expression evaluation is extremely fast and efficient. Try out the <a href="http://flee.codeplex.com/wikipage?title=demo&amp;referringTitle=Home" rel="nofollow noreferrer">demo</a>, which lets you generate images based on expressions, and see for yourself.</p> </blockquote> <p>You can use it with C# since it .NET anyway (via assembly reference).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload