Skip to content

Commit

Permalink
Add MathNet.Numerics To The Project (#1641)
Browse files Browse the repository at this point in the history
# Description

The documentation for it can be found here:
https://numerics.mathdotnet.com/api/MathNet.Numerics/index.htm
This adds an entire massive library of academic/scientific/engineering
math functions.

I basically need this going forwards to start comprehensively fixing
this game's terrible math.

# Changelog
Not player facing, but it deserves to be here:

:cl:
- add: (For Developers): Added the MathNet.Numerics library. It contains
a great number of scientific and engineering math related functions. For
more information, its documentation can be found here,
https://numerics.mathdotnet.com/api/MathNet.Numerics/index.htm
  • Loading branch information
VMSolidus authored Jan 23, 2025
1 parent ade647d commit 09d438d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Content.Shared/Content.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" PrivateAssets="All" />
<PackageReference Include="MathNet.Numerics" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Content.Shared.Database\Content.Shared.Database.csproj" />
Expand Down
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
<PackageVersion Include="OpenTK" Version="4.7.2" />
<PackageVersion Include="Veldrid" Version="4.8.0" />
<PackageVersion Include="Veldrid.SPIRV" Version="1.0.15" />
<PackageVersion Include="MathNet.Numerics" Version="5.0.0" />
</ItemGroup>
</Project>

0 comments on commit 09d438d

Please sign in to comment.