User: karlemange

  • Public profile

User profile: karlemange

User info
User name:karlemange
History
Joined:
Number of posts:11
Latest posts:

(1.0/a*a) vs. (1.0*a/a) - what is the difference?
thanks! i will check now!!

(1.0/a*a) vs. (1.0*a/a) - what is the difference?
re Moschops: sorry another mistake. i'm using code::blocks. it outputs 1 1 too if a = 9.0 however,...

(1.0/a*a) vs. (1.0*a/a) - what is the difference?
oh sorry, i want to say [code] double a = 9.0; cout << 1.0*a/a << " " << 1.0/a*a << endl; [/code] t...

(1.0/a*a) vs. (1.0*a/a) - what is the difference?
[code] (1.0*a/a == 1.0) (1.0/a*a == 1.0) [/code] they all output 1. but the first bool ou...

find output of a recursive function by hands
oh! thanks!!! that's much clearer to me!!

This user does not accept Private Messages