An open API service indexing awesome lists of open source software.

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.

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.