Skip to content

Commit

Permalink
Fixed duplicated code from merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgsharp committed Sep 18, 2023
1 parent fa6c295 commit 441a81a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/libraries/Microsoft.Bcl.Numerics/src/PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,6 @@ As of .NET Core 2.0 and .NET Standard 2.1, the C# language has support for math

## How to Use

```C#
using System;
using System.MathF.

internal static class Program
{
private static async Task Main()
{
Console.WriteLine("Starting...");

Console.WriteLine(MathF.Max(1f, 5f)); // returns 5f
Console.WriteLine("Finished!");
}
}
```

```C#
using System;

Expand Down

0 comments on commit 441a81a

Please sign in to comment.