Open GooRiOn opened 7 years ago
It is only important with our epsilon calculations and subtraction(#32). I guess we cannot do 3.f - Single.PositiveInfinity or a reverse of this operation. Algorithm for this should just check values before doing subtraction. Oh... and Math.Abs(Single.NegativeInfinity) does what? returns positive? :D
@arekbal returns 'Application encountered unexpected operation and needs to restart your operating system'
returns Positive :)
We should consider validation for Infinity in double and float. It might be tricky and honestly I don't know how how rules are implemented in C#. It's not super important imho.