Skip to content

kilmerat/Arithmetic-Function-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Arithmetic-Function-Tools

Submission for CuseHacks2019

Various functions designed to replicate the behavior of various arithmetic functions. I'd recommend reading this article if you're unfamiliar with arithmetic functions: https://en.wikipedia.org/wiki/Arithmetic_function

The functions implimented can be found in numberTheoryTools.py. Descriptions and explainations for how these functions work can be found in the src

graphing.py is intented to be used to graph the relationship between an arithmetic functions. To graph a function, replace the noted line in graphing.py (ln 32) with the function of your choice, then run graphing.py from the terminal (python graphing.py). An interactive graph will open in your default browser once it has completed making the data set.

About

Various python functions designed to replicate the behavior of various arithmetic functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages