AntonovAnton / math.evaluationLinks
This .NET library allows you to evaluate and compile any mathematical expression from a string dynamically at runtime. It supports a wide range of operations and allows for the use of custom variables, operators, and functions. The evaluator can be configured for different contexts, such as scientific, programming, boolean math expressions.
☆64Updated last month
Alternatives and similar repositories for math.evaluation
Users that are interested in math.evaluation are comparing it to the libraries listed below
Sorting:
- Dynamically compile and execute C# Code and Expressions at runtime. Also includes a light weight script templating engine using Handlebar…☆236Updated 3 weeks ago
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆136Updated 3 years ago
- 🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", …☆201Updated this week
- Lightweight .NET Standard 2.0 library for method calls over named pipes for IPC. Supports two-way communication with callbacks.☆189Updated last month
- Powerful, efficient, and highly customizable validation library for .NET, leveraging the capabilities of C# Source Generators to provide …☆45Updated 2 weeks ago
- 7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.☆174Updated 5 months ago
- The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.☆107Updated last week
- Source generator that helps register attribute marked services in the dependency injection ServiceCollection☆203Updated last week
- Powerful INotifyPropertyChanged / INotifyPropertyChanging Source Generator, which generates INPC boilerplate for you as part of your buil…☆157Updated 8 months ago
- A source generator that automatically migrates your logging calls to the LoggerMessage version☆105Updated 3 weeks ago
- A meta-programming framework for code generation, aspect-oriented programming, and architecture verification of large C# codebases.☆342Updated this week
- Write scripts with the power of C# and .NET