File tree Expand file tree Collapse file tree
src/FixedMathSharp.FluentAssertions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# FixedMathSharp
22
3- ==============
4-
53![ FixedMathSharp Icon] ( https://raw.githubusercontent.com/mrdav30/fixedmathsharp/main/icon.png )
64
75[ ![ .NET CI] ( https://github.com/mrdav30/FixedMathSharp/actions/workflows/dotnet.yml/badge.svg )] ( https://github.com/mrdav30/FixedMathSharp/actions/workflows/dotnet.yml )
6+ [ ![ NuGet] ( https://img.shields.io/nuget/v/FixedMathSharp.svg )] ( https://www.nuget.org/packages/FixedMathSharp )
7+ [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/FixedMathSharp.svg )] ( https://www.nuget.org/packages/FixedMathSharp )
8+ [ ![ License] ( https://img.shields.io/github/license/mrdav30/FixedMathSharp.svg )] ( https://github.com/mrdav30/FixedMathSharp/blob/main/LICENSE )
9+ [ ![ Frameworks] ( https://img.shields.io/badge/frameworks-netstandard2.1%20%7C%20net8.0-512BD4.svg )] ( https://github.com/mrdav30/FixedMathSharp )
810
911** A high-precision, deterministic fixed-point math library for .NET.**
1012Ideal for simulations, games, and physics engines requiring reliable arithmetic without floating-point inaccuracies.
@@ -38,6 +40,9 @@ Clone the repository and add it to your project:
3840 dotnet add package FixedMathSharp
3941 ```
4042
43+ - If you' re using `FluentAssertions` in your test project, the companion assertions package is available here:
44+ [FixedMathSharp.FluentAssertions](https://www.nuget.org/packages/FixedMathSharp.FluentAssertions)
45+
41462. **Or Download/Clone**:
4247 - Clone the repository or download the source code.
4348
Original file line number Diff line number Diff line change 22
33` FixedMathSharp.FluentAssertions ` adds custom FluentAssertions helpers for ` FixedMathSharp ` types.
44
5+ Main library:
6+ [ FixedMathSharp on GitHub] ( https://github.com/mrdav30/FixedMathSharp )
7+
58It includes assertions for:
69
710- ` Fixed64 `
You can’t perform that action at this time.
0 commit comments