| [news.eclipse.modeling.m2m] [ATL] Re: Syntax for Math.pow() funtion in ATL |
Hello,
Best regards,
William
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