Difference between revisions of "Talk:Set"
Jump to navigation
Jump to search
imported>GreyWanderer |
imported>JOG m |
||
Line 1: | Line 1: | ||
-- [[User:GreyWanderer|Grey]]: Doesn't the negative factor in the given example need to be in brackets? | -- [[User:GreyWanderer|Grey]]: Doesn't the negative factor in the given example need to be in brackets? | ||
--[[User:JOG|JOG]] 03:38, 17 April 2006 (EDT) No, you just need NO space between minus and variable you need spaces between most operators, though, ("b+a" compiles, "b-a" doesn't, you need "b - a" so it didn't compile as it was. |