Feeds
已回答
Convert floating point or double base-10 value to any other base (and vice-versa)?
New thread here looking for advice on how to correctly convert base-10 floating points to other bases (specifically bases higher...
Convert floating point or double base-10 value to any other base (and vice-versa)?
New thread here looking for advice on how to correctly convert base-10 floating points to other bases (specifically bases higher...
6 years 前 | 0
提问
Convert floating point or double base-10 value to any other base using dec2base?
Hello, here I have a code which converts base-10 values to any other base below 10. %Input must be a string %Converts base-10 ...
6 years 前 | 0 个回答 | 0
0
个回答提问
Convert floating point or double base-10 value to any other base (and vice-versa)?
Hello, I am using the dec2base and base2dec functions right now, but I have some floating values I want to convert to other base...
6 years 前 | 1 个回答 | 0
1
个回答提问
Converting floating-point hexadecimal (string input) to decimal
I am trying to convert a base-16 string input to a base-10 output. I have a current code, using the hex2dec function. However, i...
6 years 前 | 1 个回答 | 0

