A VERY BASIC ROOT CALCULATOR BY HB
Project description
HB ROOT CALCULATOR
THIS IS A SIMPLE ROOT CALCULTOR MODULE YOU CAN EASILY USE IT
Installation
pip install hbrootcalculator
Usage
import hbrootcalculator
number=int(input("HLO ENTER ANY NUMBER: "))
root=int(input("CUBE OR SQUARE ROOT : "))
if root=="2":
result=(number**(1/2))
else:
result=(number**(root))
print("RESULT =",result )
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
hbrootcalculator-7.tar.gz
(2.0 kB
view details)
File details
Details for the file hbrootcalculator-7.tar.gz.
File metadata
- Download URL: hbrootcalculator-7.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4fe0528c1767a781d815ef6a27ed8fce1673ec958e68a7b24f94fe9cf85dac0
|
|
| MD5 |
75c5d0426a4e17d577ebcc95fc8ac85a
|
|
| BLAKE2b-256 |
2c16f564d261522eab8641282744106a8b5248683612e36217381e1c6c628960
|