Math package with 13 useful math functions like prime-counting function or modular congruences solver. This package is in constant improvement and you can email me to give me any idea.
Project description
This is my first package and it includes a lot of cool math functions.
I created it because I like maths and to test my python skills.
Run htam.info() to see general informations about htam and all functions included
Run htam.info(function_name) to see detailed informations about that function
If you run into any issue, please send me an email and i will update the package as soon as I can.
I’m still working to improve this package, so, if you have any idea for a future update or a re-styling of an already existing function, please let me know with an email, I would really appreciate it.
Enjoy :)
Change Log
1.0.4 (24/09/2020)
minor corrections
1.0.1 (24/09/2020)
now each function returns “None” when 1 or more arguments are not valid
1.0.0 (23/09/2020)
- First Release >>> 13 math functions included:
floor
ceiling
fractional part
nth root of a number
linear congruence solver
greatest common divisor
least common multiple
divisors of a number
nth prime number
number of primes less than a given number (pi function)
prime factorization of a number
factorial of a number
collatz conjecture checker
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.