Skip to content

dragonsploder/ChangeableBaseCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Changeable Base Calculator

A simple calculator for working with bases other than base 10. Written in python3.

Example

$ python3 ChangeableBaseCalculator.py

Simple Calculator With Changeable Base 
   Type HELP
>BASESET
What base would you like
>16
Base set to: 16
>BASELIST
0 : 0
1 : 1
2 : 2
3 : 3
4 : 4
5 : 5
6 : 6
7 : 7
8 : 8
9 : 9
a : 10
b : 11
c : 12
d : 13
e : 14
f : 15
>f + e
     1d
>1d
     29
>f / 3e + 4
     4.3def7bdef7
>4.3def7bdef7
     4.241935483870293
>QUIT
Bye

About

A simple calculator for working with bases other than base 10

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages