[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 wanted to some mathematical calculation in ATL.

The following code is written in java

double maxDouble = Math.pow(2, 223*8) - 1;
long maxUIntValue = Math.min((long)maxDouble, Long.MAX_VALUE);


I wanted to do same thing in ATL but i don't know how these pow() & min() functions are defined in ATL.



Thanks venkatesh