[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.m2m] Syntax for Math.pow() funtion in ATL

Hi,

I'm doing some mathematical calculation in ATL.

The following code is in java

double maxDouble = Math.pow(2, 16*8) - 1;

long  maxUIntValue = Math.min((long)maxDouble, Long.MAX_VALUE);


i wanted to do the same thing in ATL but i don't find any pow(),min() functions in ATL.


can u help me

thanks
venkatesh