I have values โโgreater than 1.97626258336499E-323
I can't use BigInteger either, since it only processes integer values
Any help is appreciated
So the code that failed also failed with some solution given by some users:
BigValue / (Math.Pow((1 + ret), j));
If BigValue is something like 15000.25
ret -0.99197104212554987
And j will be approximately 500-600.
I don't understand how to use Rational Class for this too
source share