lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


From a mathematical point of view:

x = a + (b:sin() + c:cos() * 3):sqrt()

vs

x = a + math.sqrt(math.sin(b) + math.cos(c)*3)

which one do you like? Quite out of the question, isn't it?

dom

-- http://www.DasGenie.com/ --
AIM: DasGenieDotCom - ICQ: 22369156