Page 1 of 1

multiply - divide

Posted: 08 Dec 2012 18:01
by Softcore
I was wondering! In a completely different coding software one of the few things mentioned about the code was the fact that multiplications are always preffered over divisions! Does this apply to Lemur scripts as well?

For example is x*0.5 "lighter" than x/2?