Tagged Questions
3
votes
4answers
148 views
can I compare two fractions if both have denominator with power of 2
I know it's not "possible" to compare two real, but is it true for real which have denominator power of 2
Is equality of this king always return true
if( 3/4. == 6/8. ) {}
2
votes
1answer
287 views
How do I convert a decimal number to REAL10 in MASM assembly?
Right now I convert the string containing the decimal number to an integer (ignoring the radix point for now), load it into ST(0), and divide by the correct power of ten to account for the radix ...