multiply - divide

Discuss Lemur and share techniques.
Post Reply
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

multiply - divide

Post 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?
Post Reply