https://github.com/arunprakashg/qmath
Contains various Extension methods for Math operations to provide a 'query' based, fluent usage.
https://github.com/arunprakashg/qmath
fluent math query
Last synced: 9 months ago
JSON representation
Contains various Extension methods for Math operations to provide a 'query' based, fluent usage.
- Host: GitHub
- URL: https://github.com/arunprakashg/qmath
- Owner: ArunPrakashG
- License: mit
- Created: 2020-07-01T09:15:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T20:01:55.000Z (almost 6 years ago)
- Last Synced: 2025-06-22T23:04:39.464Z (about 1 year ago)
- Topics: fluent, math, query
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qMath
## qyeryMath
qMath is an 'Extension' library for providing a fluent interface for various math operations on different C# types.
As of now, its in early stages and i hope i can implement the idea behind it.
## Roadmap
* Extensions methods for all types.
* A Query builder. Basically, build a Math operation by parsing a string or by using Extension methods which returns 'Query' Instance with all the previous + the current operation. This allows to 'construct' a math operation in a fluent typing way.
## Purpose
The goal of this library is not to offer the best performance in terms of computing. Its just purely educational and a fun project.