first commit

This commit is contained in:
2026-09-13 16:52:34 +04:00
commit fbb7b0ad84
16 changed files with 1159 additions and 0 deletions
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Just.PreciseMath.Tests</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../0-source/Just.PreciseMath/Just.PreciseMath.csproj" />
</ItemGroup>
</Project>