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...
5年以上 前 | 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 ...
5年以上 前 | 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...
5年以上 前 | 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...
5年以上 前 | 1 件の回答 | 0

