Skip to main content



      Home
Home » Archived » M2M (model-to-model transformation) » syntax to define exp(3*log(3) in ATL file
syntax to define exp(3*log(3) in ATL file [message #486575] Fri, 18 September 2009 05:28 Go to next message
Eclipse UserFriend
Hi ,

I have defined a real Value in my atl file

helper def: expval : Real = exp(3*log(3);

but it's throwing error.


Thanks

venky
Re: syntax to define exp(3*log(3) in ATL file [message #486576 is a reply to message #486575] Fri, 18 September 2009 05:40 Go to previous message
Eclipse UserFriend
Hi

I found out .

This is the syntax

helper def expval :Integer = (3*3.log()).exp();


Thanks

venky
Previous Topic:how obtain a tree with rules
Next Topic:[QVTO] EMF semantics of ModelExtent
Goto Forum:
  


Current Time: Sun Jul 06 11:13:37 EDT 2025

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

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

Back to the top