Multiplication Question

I think this is a fairly basic question—what is the difference between the multiplication node and an Expr Node with ‘*’ in it? I’d think they’d be the same thing, but they seem to behave differently.
Thanks!

Welcome to the forum! What difference have you seen? They should behave the same other than the expression node is a little less efficient.

Good to know that expected behavior should be identical. To tell you the truth it would be difficult to reproduce what I was seeing at this point and can probably just chalk it up to the learning process. If I do come across something tho I will share.
Thanks!