Found 6 packages
A collection of math functions able to speed up the coding of solutions to Project Euler problems. Written in C# on .NET Core. Visit the GitHub repository for additional informations.
A collection of functionality that helps solve the problems on Project Euler.
Written in F# as reusable prime number generation. MIT license open source: https://github.com/ideaflare/Prime-Cache Feedback/Optimizations welcome!
Various extensions to the basic numeric classes that help with computation. An attempt was made at optimization of the methods with improvements always welcome.
A library for functions used in solving Project Euler problems, along with some basic statistical functions, coded in F# The Project Euler functions cover primes, factorials, narcissism, random numbers, arrays and series/sequences (collatz, terra, Fibonacci). The statistical functions cover variance, standard deviation, and sum of squares.
A utilities class that contains useful methods and extensions that I use. A lot of the utilities come from me completing Project Euler, but also general programming.