Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » Syntax for Math.pow() funtion in ATL
Syntax for Math.pow() funtion in ATL [message #482052] Tue, 25 August 2009 09:37
venkatesh  is currently offline venkatesh Friend
Messages: 41
Registered: July 2009
Member
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
Previous Topic:[ATL] Unexpected behavior transforming extended metamodels.
Next Topic:[QVTO] Question about intermediate properties
Goto Forum:
  


Current Time: Sun Jan 19 10:11:30 GMT 2025

Powered by FUDForum. Page generated in 0.02451 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top