Skip to main content

All Questions

-1 votes
1 answer
66 views

Determine The Base of The Venusian Numeration System [closed]

this question is from Thomas Koshy's book called "Discrete Mathematics With Applications": Any idea how to do this question? I can tell that the base of the system is at least 3 (since we ...
VirgOpta's user avatar
12 votes
1 answer
2k views

What's special about the number $1.000000015047466$E+$30$?

I'm a programmer by trade by I've run into a weirdly special number and need some help deciphering its significance. I was writing some machine learning code that compiles into GPU kernel code and the ...
Shrey Gupta's user avatar
0 votes
3 answers
85 views

calculating $1024\times(1.11111111)_{2}$

Question calculate $1024\times(1.11111111)_{2}$ in terms of power of $10$ My Confusion/Approach $1024*(1.11111111)_{2}=2^{10}(2-2^{-8})=2^{11}-2^{2}=2^{2}(2^{9}-1)$ I am not getting how $(1....
laura's user avatar
  • 2,540
0 votes
1 answer
475 views

How can I add the following 32-bit IEEE floating-point numbers?

How can I add the following two 32-bit IEEE floating-point numbers in binary? FEDCBA98(base 16) + 89ABCDEF(base 16) = a 33-bit binary number. How can this be possible?
Cooliostasis's user avatar
0 votes
1 answer
87 views

How would you convert the following 32-bit IEEE floating-point to decimal form?

I have got -1.101 1100 1011 1010 1001 1000 * 2^(9) How can I convert this to decimal form?
Cooliostasis's user avatar
3 votes
1 answer
6k views

How to find the number of normalised floating point numbers in a system?

I'm trying to make floating point number systems a bit more intuitive for myself. There are a few things I am confused about, and I think the best way to clear up my confusions would be for someone to ...
user46346's user avatar
  • 131