Skip to main content

Timeline for Third time the charm

Current License: CC BY-SA 3.0

9 events
when toggle format what by license comment
Mar 15, 2018 at 12:11 comment added Magic Octopus Urn 2 + (2 % 2 == 0) -> 2 + 0 -> 2+0 != 3 is how I was reading it, but I guess == does mean check for equality in most languages other than 05AB1E.
Mar 15, 2018 at 11:49 comment added Emigna @MagicOctopusUrn 2%_ is the same as È yes. Not sure what you mean about the explanation. 2+(2%2==0) = 2+(0==0) = 2+1 = 3. It probably would have been clearer if I had explanded the computations.
Mar 15, 2018 at 11:36 comment added Magic Octopus Urn 2 + (2 % 2 == 0) -> 2 but 2 + !(2 % 2 == 0) -> 3 (for your explanation).
Mar 15, 2018 at 11:36 comment added Magic Octopus Urn @Emigna I think "check if even" is actually 2%_ right?
Mar 12, 2018 at 19:42 history edited Emigna CC BY-SA 3.0
edited body
Mar 12, 2018 at 19:42 comment added Emigna @LarsW: Yes indeed :)
Mar 12, 2018 at 18:01 comment added LarsW Should that be % 2 in the triple explanation?
Mar 12, 2018 at 14:58 history edited Emigna CC BY-SA 3.0
deleted 108 characters in body
Mar 12, 2018 at 14:25 history answered Emigna CC BY-SA 3.0