Skip to content

A naive command line interface for performing integer factorisation and a quick project to help get to grips with Rust

Notifications You must be signed in to change notification settings

benwhittington/PrimeFactorisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Simple) Prime Factorisation Calculator

Factors numbers through brute force.

Some commands:

<unsigned int> : factorises number

check : checks factorisation was correct

quit : exits calculator

About

A naive command line interface for performing integer factorisation and a quick project to help get to grips with Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages