Aha43 / NumberUtil

Utilities of use when coding with numbers in C# in a readable way
MIT License
0 stars 1 forks source link

General info in README.md #7

Open Aha43 opened 4 years ago

Aha43 commented 4 years ago
Aha43 commented 4 years ago

Guidelines:

Do not replicate LINQ Do not introduce new types for representing integers, 'extend' the types int, long and BigInteger using extensions methods Objective of the library is to make algorithm per...