[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.m2m] Re: syntax to define exp(3*log(3) in ATL file

Hi

I found out .

This is the syntax

helper def expval :Integer  = (3*3.log()).exp();


Thanks


venky