List Question
20 TechQA 2024-02-11T10:12:38.473000How to convert base-10 (decimal) to base-2 (binary) in Scratch?
219 views
Asked by Shaun Roselt
output multiprecision integer while converting to desired base
51 views
Asked by ThomasM
Algorithm for converting an arbitrarily long String representing a decimal number into a String representing a hexadecimal number
150 views
Asked by CopperCableIsolator
Why isn't this decimal to binary code not working? I did not want to use arrays or strings
119 views
Asked by Goshawk
Converting a BigInteger to a string in some base: speed issue (Kotlin)
181 views
Asked by Anypodetos
How can I loop through a string in x86_64 assembly NASM?
446 views
Asked by Guido
Decimal To Binary Conversion in C using For
896 views
Asked by NewCoder
Number base conversion returning (-ve) value
82 views
Asked by wyatrich
How To Do Direct Conversion From One Number Base To A New Number Base
4.8k views
Asked by Shalini
Converting Numbers from Base 10 to Base 60
1.1k views
Asked by stats_noob
How to convert decimal (base 10) numbers to ternary (base 3)
877 views
Asked by Jose Gracia Rodriguez
Why does this algorithm convert decimal to hexadecimal numbers?
162 views
Asked by AudioBubble
Converting from any base(1-61) to any(1-61) in Haskell
337 views
Asked by AudioBubble
Hexadecimal to Decimal In Excel
8.4k views
Asked by Karthikeyan Vijaya kumar
Can't get the output I need
53 views
Asked by Y Wei
Conversion from any base to decimal and case sensitivity
170 views
Asked by Vinod
How to convert base 10 negative number to base 8 conversion without using Convert.To() method?
620 views
Asked by Aliaksandr Afiarouski
Need help splitting individual numbers from a starting number, then assign to integers
119 views
Asked by Jaydon
Convert any base to decimal using Horner's recursively
597 views
Asked by Msitake