Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ Primes Public

A collection of useful number theoretic functions. Contains several primality tests, and the ECM factoring algorithm as well.

Notifications You must be signed in to change notification settings

ensj/Primes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FibPseudoprime

To Contribute

go install the following extensions on VSC:

  1. C/C++ (comes with intellisense https://docs.microsoft.com/en-us/visualstudio/ide/visual-cpp-intellisense?view=vs-2019)
  2. Clang-Format (formats c++ code on save)

Press command+shift+P, and navigate to preferences: open settings (JSON)
Make sure "editor.formatOnSave": true, exists in the json file.
Make sure the following bit of code exists in the json file as well:

"[cpp]": {
    "editor.defaultFormatter": "xaver.clang-format"
}

About

A collection of useful number theoretic functions. Contains several primality tests, and the ECM factoring algorithm as well.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •