Skip to content

mickaj/EratoWPF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EratoWPF is an x64 application to find all prime numbers in given range. To achieve that it uses an algorithm based on Sieve of Eratosthenes (see Wikipedia). EratoWPF was written in C# and XAML. It uses Microsoft .NET Framework 4.6.1 and WPF 4.5, and according to MVVM pattern. Maximum processed number is 2147483647 (int type) and to process maximum range the application may require huge (really huge) amount of RAM, therefore forcing it to operate on such vast range may lead to unexpected behaviour of your system, loss of stability and/or other effects. Author of this program does not take any responsibility!

EratoWPF is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

EratoWPF is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses.

About

Prime numbers finder; .NET, C#, XAML, WPF, MVVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages