Problem I have the following short function code that converts Exponential (e-Notation) Numbers to Decimals, allowing the output of large […]
Tag: number-systems
Android UI for converting numbers from base system x to base system y
Problem As a complete beginner, I didn’t care about how the code looked as long as it works. However, now […]
Roman Numeral class in Python
Problem I’ve built a Roman numeral class in Python, and I want to know what can be improved in it. […]
Base N To Decimal Converter
Problem Problem Implement a base N to base 10 (decimal) converter, where N is between 2 and 36 inclusive. Implementation […]
Binary calculator
Problem I made a Binary Calculator that gives the user’s the decimal value of their input. I tried to make […]
Excel column string to row number and vice versa
Problem Excel column letters to actual numbers, if you recall, Excel names its columns with letters from A to Z, […]
Simple Binary to Decimal Converter
Problem I just recently began going over number systems again, granted I didn’t pay very much attention to it the […]
Convert Persian and Arabic digits to English
Problem I use the following utility method to convert Persian and Arabic digits to English using regex: convertNumbers2English: function (string) […]
Swift function to interpret Roman numerals (ported from JavaScript)
Problem I have written some Swift for the first time, being competent enough in Javascript and having some experience in […]
“Bigint” decimal to two’s complement binary list of bytes in Python
Problem I’m toying with the idea of writing a “bigint” library in 6502 assembler that would handle variable-length integers up […]
- 1
- 2