Open.Numeric.Primes
1.1.0
See the version list below for details.
dotnet add package Open.Numeric.Primes --version 1.1.0
NuGet\Install-Package Open.Numeric.Primes -Version 1.1.0
<PackageReference Include="Open.Numeric.Primes" Version="1.1.0" />
<PackageVersion Include="Open.Numeric.Primes" Version="1.1.0" />
<PackageReference Include="Open.Numeric.Primes" />
paket add Open.Numeric.Primes --version 1.1.0
#r "nuget: Open.Numeric.Primes, 1.1.0"
#:package Open.Numeric.Primes@1.1.0
#addin nuget:?package=Open.Numeric.Primes&version=1.1.0
#tool nuget:?package=Open.Numeric.Primes&version=1.1.0
Methods and extensions for prime number detection and discovery.
Part of the "Open" set of libraries.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp1.1 is compatible. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 1.1
- Microsoft.NETCore.App (>= 1.1.2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Open.Numeric.Primes:
| Package | Downloads |
|---|---|
|
DelSquared.Radicals
.NET implementation of radical expressions enabling radical expression arithmetic. |
|
|
Recyclable.Collections.TestData
`Recyclable.Collections.TestData` project is a basic open source package for containing test data useful for testing collections like `RecyclableList<T>`, `RecyclableLongList<T>`, `List<T>`, `SortableList<T>`, `PriorityQueue<T>` & similar. |
|
|
Recyclable.Collections.TestData.xUnit
`Recyclable.Collections.TestData.xUnit` project is a basic open source package for working with repeatable xUnit test data useful for testing collections like `RecyclableList<T>`, `RecyclableLongList<T>`, `List<T>`, `SortableList<T>`, `PriorityQueue<T>` & similar. |
|
|
Open.Evaluation.Arithmetic
A framework for evaluating complex formulas. Part of the "Open" set of libraries. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.4 | 2,504 | 2/23/2025 |
| 4.0.3 | 361 | 11/17/2024 |
| 4.0.2 | 1,431 | 5/28/2024 |
| 4.0.1 | 231 | 5/25/2024 |
| 4.0.0 | 207 | 5/25/2024 |
| 3.1.0 | 567 | 12/15/2023 |
| 3.0.0 | 3,134 | 2/5/2023 |
| 2.0.2 | 2,714 | 4/16/2022 |
| 2.0.1 | 35,370 | 7/4/2021 |
| 2.0.0 | 1,013 | 8/23/2020 |
| 1.6.0 | 775 | 7/17/2020 |
| 1.5.5 | 1,472 | 1/4/2020 |
| 1.5.4 | 895 | 7/5/2019 |
| 1.5.3 | 765 | 7/4/2019 |
| 1.1.0 | 1,678 | 9/26/2017 |
Improved naming conventions and added more useful factorization methods and extensions.