DecimalMath icon indicating copy to clipboard operation
DecimalMath copied to clipboard

The math support for Decimal that Microsoft forgot and more.

Results 9 DecimalMath issues
Sort by recently updated
recently updated
newest added

For small inputs, e.g. 0.000000002, DecimalEx.Log does not return or at least takes an absurd amount of time. For aforementioned value the algorithm requires ~1000000000 iterations to reach adequate precision...

This is a slightly bigger change and I probably need to add more tests. I'd be interested to hear what you think. I found that the original DecimalEx.Log() hangs for...

I needed these functions to implement the trigonometric functions in my DecimalComplex class.

Add sqr function as an overload of power. Remove debug assets to improve performance.

I have rewritten some minor things to remove compiler warnings and move to a recent version of the frameworks.

Hello, nathanpjones, Your project is great and I found it from NumSharp source codes. MS forgot to implement so many functions in decimal class, and you have finished almost the...

While searching for something unrelated to this repository, I stumbled on it somehow. And as I did something similar in the past (I like the clever idea to use Math.Sqrt()...

Hey I'm currently writing a library that uses DecimalMath. When testing compatibility i saw that the current Version 1.0.2 is incompatible with netcoreapp3.0 (also 2.0, 2.1 and 2.2). I get...