Post Reply 
Detecting an emulator's number representation
11-18-2019, 11:04 AM
Post: #2
RE: Detecting an emulator's number representation
You need to try and force a calculation to return a number that can be represented exactly only in decimal, not in binary. Try \(\frac{1}{10^n}\) for various positive integer values of n.

Conversely, there are values that can only be represented exactly in binary, not in decimal with a fixed number of digits available, such as \(\frac{1}{2^n}\).

There are only 10 types of people in this world. Those who understand binary and those who don't.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Detecting an emulator's number representation - grsbanks - 11-18-2019 11:04 AM



User(s) browsing this thread: 1 Guest(s)