How To Deal With Cases When Decimal Is Not Enough
12 December 2014
Hello everybody,
today I want to drop a note about cases when you need high precision, and C# type decimal is not enough for your needs.
I discovered for myself GNU MP library, which has also wrapper in C#.
Amongh feautures which this library proposes are the following:
1. High number precision, which is limited only by available memory.
2. Rish set of operators