| [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);
Thanks venkatesh