Skip to content

a small tool in golang to convert any place value code from base z to any base b

Notifications You must be signed in to change notification settings

kampfmodz/pvc-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pvc-converter

a small tool to convert place value codes to make my life in university a bit easier. It´s not perfect since I did not use golang that much but it´s a start, I guess

Examples

code result
z2 = 10011010,111 b10 = 154.875
z4 = 10011010,111 b10 = 16708.328125
z10 = 15 b2 = 1111

About

a small tool in golang to convert any place value code from base z to any base b

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages