| [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);
can u help me
thanks venkatesh