[Bugzilla] [Bug 8767] Samuel GOUGEON has changed cc

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Thu Mar 15 23:13:17 CET 2018


http://bugzilla.scilab.org/show_bug.cgi?id=8767
--------- Bug Summary -----------
Wrong evaluation of a logical expression. Parenthesis correct this behaviour.

---------- Changed by ------------
sgougeon at free.fr

---------- What changed ----------
cc


Samuel GOUGEON <sgougeon at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cedric.delamarre at scilab-ent
                   |                            |erprises.com

--- Comment #3 from Samuel GOUGEON <sgougeon at free.fr> ---
>-->%F & ~%F | %T & ~%F
> ans  =
>  F  

in Scilab 6.0.1:
--> %F & ~%F | %T & ~%F
 ans  =
  T

I guess that it is a matter of operators priorities.
Some priorities have changed in Scilab 6: 
 * ~ has now a bigger priority than comparisons == ~= > >= < <=
 * Are there other changes between ~and | and & to be documented?

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180315/5f889783/attachment.htm>


More information about the Bugzilla mailing list