6 packages tagged with “Euler”
Written in F# as reusable prime number generation. MIT license open source: https://github.com/ideaflare/Prime-Cache Feedback/Optimizations welcome!
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 variance, standard deviation, and sum of squares.
.Net Core Math extension methods for 3d Engines
A lightweight C# library for solving ordinary differential equations (ODEs) using Euler and Runge-Kutta 4 methods.
A math library for engineering calculations such as robot kinematics and more. Includes types such as Matrix, Euler Angles, Point, and MathA (Math Advanced). Matrix are better than the standard System.Numerics.Matrix in that they can be created in any size. It is an immutable class like System.String. Euler angles allow you to convert rotation matrices to Euler angles and vice versa.