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.
β61Updated last week
Alternatives and similar repositories for math.evaluation
Users that are interested in math.evaluation are comparing it to the libraries listed below
Sorting:
- π Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", β¦β199Updated 3 months ago
- Dynamically compile and execute C# Code and Expressions at runtime. Also includes a light weight script templating engine using Handlebarβ¦β233Updated 4 months ago
- Powerful INotifyPropertyChanged / INotifyPropertyChanging Source Generator, which generates INPC boilerplate for you as part of your builβ¦β155Updated 6 months ago
- The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.β106Updated this week
- 7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.β169Updated 3 months ago
- An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing β¦β252Updated 3 months ago
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022β135Updated 3 years ago
- A meta-programming framework for code generation, aspect-oriented programming, and architecture verification of large C# codebases.β316Updated this week
- Powerful, efficient, and highly customizable validation library for .NET, leveraging the capabilities of C# Source Generators to provide β¦β35Updated 3 weeks ago
- The fastest .NET library for reading Excel data files.β295Updated 2 weeks ago
- Extensions to LINQ to Objectsβ122Updated this week
- A source generator that automatically migrates your logging calls to the LoggerMessage versionβ102Updated 2 weeks ago
- Fast deep cloning library. Zero-config, works out of the box.β153Updated last month
- A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.β324Updated this week
- C# interface-to-member source generatorβ84Updated 3 weeks ago
- A .net library to write large Excel files in XLSX format with low memory consumption using streamed write.β249Updated 4 months ago
- An async/await-friendly lock for .NET, complete with asynchronous waits, safe reeΜntrance, and more.