RationalNumerics icon indicating copy to clipboard operation
RationalNumerics copied to clipboard

.NET library for rational arithmetic based on a stack machine.

Results 6 RationalNumerics issues
Sort by recently updated
recently updated
newest added

Hi, very impressive project. I was wondering if there is an implementation of the samples (fractal, tesselator, csg etc.) available that uses the new BigRat class? The code using the...

` Console.WriteLine(BigRational.Pow(BigRational.Parse("2"), BigRational.Parse("1024")).ToString("F5000").Trim('0').Trim('.').Trim(',')); ` output: 179769313486231590772930519088622001011118896214832765155304275349863344832230481635579222589753905511470408352693059293915016093195361235646204211316618291270358047266252361344772967473693272614986720710237742201778406260548280080727716004012369601250654400739018446628865972481023592362912353548367809468670,72419534065285259505027929807 This answer is incorrect. Right: 179769313486231590772930519078902473361797697894230657273430081157732675805500963132708477322407536021120113879871393357658789768814416622492847430639474124377767893424865485276302219601246094119453082952085005768838150682342462881473913110540827237163350510684586298239947245938479716304835356329624224137216

After upgrading to version 1.0.0.7 in the published Blazor WASM application I get this error, while in the development environment it works correctly. If I downgrade to version 1.0.0.6 it...

Configuration applied both to Debug and Release, so I merge this settings. Obviously unrelated to bug, but cannot resist and not cleanup

When opening Polyhedron tab on my PC. On other laptop tab was opening fine. ``` System.ArgumentException: Value does not fall within the expected range. at Test.DX11Ctrl.IDevice.CreatePixelShader(Byte* ShaderBytecode, IntPtr BytecodeLength, Void*...

That's missing parts for nightly builds of .NET 7