X10D/X10D.Tests
Oliver Booth 2815c505c3
fix: fix incorrect float/double being written for netstandard2.1
The call to _To_Bits yields the result containing the same bytes, but not the same value. This value was then stored as-is into the parameter, which causes a conversion on how the value is stored, ultimately causing the wrong value to be written to the stream.
2023-04-01 17:11:05 +01:00
..
src fix: fix incorrect float/double being written for netstandard2.1 2023-04-01 17:11:05 +01:00
1000primes.txt Add IsPrime tests 2021-07-20 14:47:33 +01:00
X10D.Tests.csproj test: run tests for .NET 7, 6, and Core 3.1 2023-04-01 17:05:46 +01:00