User Portlet User Portlet

Discussions
Hello, my question is easy to understand: Shouldn't Mathematica produce the same output for the following two inputs? 1. Log[10^3]/Log[10] // FullSimplify // N // Floor 2. Log[10^3]/Log[10] // N // Floor The corresponding output of...
Hello, entering the following commands N[Log[10^3]/Log[10], 20] N[Log[10^3]/Log[10] + 1., 20] Floor[%] in mathematica 8 I get the following output: 3.0000 4. 3 I think, of course, the last output should be 4 and not 3. Otherwise...