This repository includes a computer program for a mathematical theorem paper titled A theorem on numbers of the form 10^x
Project description
Theorem10 [A theorem in Mathematics]
This repository includes a computer program for a mathematical theorem paper titled "A theorem on numbers of the form 10^x"
Author: Ravin Kumar
Demonstration
import theorem10
x=4 # we took x=4 as an example, for number of form 10^x
num_bits=theorem10.get_bits(x) # here, we pass x to get_bits function, and it returns number of bits
# that will always represent total numbers greater than 10^x
PyPi package installation
pip3 install theorem10
Note: This computer program is made available free to use. Please use this code at your own risk.
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.
Source Distribution
theorem10-1.0.tar.gz
(1.5 kB
view hashes)