Flee
Fast Lightweight Expression Evaluator (by mparlak)
AngouriMath
New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes. (by asc-community)
Flee | AngouriMath | |
---|---|---|
2 | 18 | |
622 | 785 | |
- | 0.3% | |
0.0 | 3.7 | |
over 2 years ago | 6 months ago | |
C# | C# | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Flee
Posts with mentions or reviews of Flee.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-15.
-
.NET's AngouriMath now can be used from C++! (proof of concept version)
If I understand it correctly, can it replace this library ?
-
How to parse a string to source code inline
Off the top of my head, NCalc, Jace, and Flee. Probably others, but these are the ones I know of.
AngouriMath
Posts with mentions or reviews of AngouriMath.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-08.
-
Is there a c# library available that will evaluate arithmetic string such "5+3+max(3)" in runtime say from a file and provide output
it's also might be helpful AngouriMath
-
Nobody talks about that Nuget gallery needs to sign back in every time?
Another example of my library, which, unlike the previous one, uses myget.org for versions from push to the main branch (note that in this case you will have to go to myget.org and create a feed there before you can push to it).
-
Which API for matrix concatenation do you like the most?
Original issue, in case you want to comment there.
-
Is there a model mathematical functions that perform the same purpose?
This is slightly off topic but it sounds like you might be interested in AngouriMath: https://am.angouri.org/
-
No, +5 is not equivalent to advantage in (nearly) any situation
The other programmer mindset is to write yourself a library to do the exact, symbolic math for you. I hereby introduce you to https://am.angouri.org/
-
F# + Plotly.NET + AngouriMath + Interactive: symbolic algebra for research!
AngouriMath: symbolic algebra library I'm working on.
-
My first app in F#!
This app is made in F#, and it is F#-based CLI for AngouriMath, symbolic algebra library that I work on.
-
AngouriMath 1.3 is here! (update for a FOSS symbolic algebra library)
Thanks everyone for support. For those, who have no idea what it all is about, it's a symbolic algebra library for .NET, you can check its github here.
-
Honk#! Honk in convenient C# now!
Are there use cases? Yes, I recently (just a few days ago) moved a symbolic algebra library AngouriMath to it, and it is already making my life much easier.
-
.NET's AngouriMath now can be used from C++! (proof of concept version)
AngouriMath is an open-source symbolic algebra written in and for .NET (I'm its main contributor). Recently I made it possible to use it from F# and Jupyter, so I thought, why not to try C++?