I had initially assumed that the calculation was handled to more sig figs than on display, but then I noticed that the switch was triggering sometimes even when I saw the raw temp value moving .01C. Adding the multiplier doesn't add any precision to the temp value, but it effectively does add them to the trend calculation. The .01C changes that had been shown on the Trend function as 0 are now getting processed by the Equals function as non-zero.
[attach]9593[/attach]
I think another way that might achieve the same result is to add a delay step between the Trend and the A=B steps.
And this is what I like about the Playground :)