Post Reply 
Bug(s) in the New Version: 2018.07.06 2.0.0.13865
07-26-2018, 08:26 PM (This post was last modified: 07-26-2018 08:27 PM by ijabbott.)
Post: #14
RE: Bug(s) in the New Version: 2018.07.06 2.0.0.13865
(07-26-2018 07:54 PM)John P Wrote:  1.You are right that in some cases putting ".*",".-","./",".*" will give you approx. numerical results, but if I do sin(l1).*cos(l1) it doesn't.
2. If I do sin(l1).^2*cos(l1).^2 I also don't get approx. numbers.
3. (sin(l1).^2).*(cos(l1).^2) also no approx. numbers.
4. sin(l1).^2.*cos(l1).^2 it gives approx. numbers.

The rule (in exact mode) is that a number in floating point format (containing a decimal separator character or an exponent part) is considered to be approximate, and a number in integer format (no decimal separator character or exponent part) is considered to be exact. Mixing approximate numbers with exact numbers gives an approximate result.

— Ian Abbott
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Bug(s) in the New Version: 2018.07.06 2.0.0.13865 - ijabbott - 07-26-2018 08:26 PM



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