Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Good afternoon, someone on the forum knows if in livecycle designer to perform calculations with exponential values?
For example:
Thanks.
Solved! Go to Solution.
Hi,
In JavaScript you can use Math.pow(x,y), so;
Math.pow(9,2) + Math.pow(5,3)
Gives you 206
View solution in original post
Views
Likes
Replies