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 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...
More information