18 packages tagged with “Prime”
ILMerge.MSBuild.Tasks' is a fork of ilmerge-tasks: ILMerge Tasks for MSBuild but with the SetTargetPlatform (""v4,C:\Windows\Microsoft.NET\Framework\v4.0.30319"") parameter.
Methods and extensions for prime number detection and discovery. Part of the "Open" set of libraries.
Written in F# as reusable prime number generation. MIT license open source: https://github.com/ideaflare/Prime-Cache Feedback/Optimizations welcome!
Package Description
Simple Math Library
There is: > ISBN10 generator > ISSN generator > prime numbers generator > text bullshit generator > labyrinth generator
Custom BOB for DL Prime
The package is the result of the continuous improvement of prime-dev.net team in the development with the microsoft.net libraries.
Library containing a UInt128 class, and extensions to .Net's built in integral data types. The version targeting .Net 4.5 is implemented as a Portable Class Library. The methods in this library were written with speed in mind. UInt128 operations are generally much faster than BigInteger. Includes an IsPrime method for ulong that's pretty fast even for ulong values near MaxValue, as it uses the Miller-Rabin algorithm that's deterministic (not probable) over the range of ulong values.
A lightweight math utilities toolkit with prime number helpers.
HigginsSoft.Math is a free DotNet library inspired by GmpLib, Yafu, GGNFS, and other libraries that aims to bring high-performance multip-precision big number artihmetic and number theory operations to the DotNet world.
Utility functions for common tasks like prime checking and file splitting, plus a custom Swagger attribute to enhance API documentation by adding descriptive info to Swagger UI summaries and descriptions.
MathExtensions is a library for .NET that aims to provide useful extensions methods regarding various mathematical domains, like combinatorics, sequence analysis, sequence generation, sequence manipulation, random extractions, etc.
This package provides a comprehensive set of number helper extensions for .NET, including calculations, conversions, and validations such as prime checks, clamping, rounding, Roman numeral conversions, and more.
Prime is a simple .NET library that implements different prime number finding algorithms.
`QuantumSuperposition` is a .NET library that introduces quantum mechanics-like superpositions into C#. Inspired by concepts in quantum computing, it allows developers to work with scalar values as if they are in multiple states simultaneously. This library is useful for advanced logical and mathematical operations, where parallelism and state superposition can simplify complex computations.