lua-users home
lua-l archive

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


On 20 Apr 2002 at 16:51, Dominik Wagner wrote:

>  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?
Object oriented math ;) Don't do it. Just say no! Or if you can't stop yourself: Go 
Ruby young man! Go Ruby.
> 
> dom
> 
> -- http://www.DasGenie.com/ --
> AIM: DasGenieDotCom - ICQ: 22369156
> 
> 

MvH Dan Andersson