Y=x - 2;
Can realize the fun=x * x * x + 1-2
CodePudding user response:
Not sure what you want to expressTry not to know
CodePudding user response:
Written orderY=x - 2;
Fun=x * y + 1.
It is ok to
CodePudding user response:
C should not, this involves the parallel computation, the following talk nonsense,Had seen years before, content early forgot, is roughly a scheduler, to spread out calculation for different CPU or kernel threads,
When calculating the fun=x * y + 1, this thread hangs, and generate a tag,
When another thread computing to y=x - 2; According to mark, awakens the tag thread to continue the fun=x * y + 1,
CodePudding user response:
Fun