Copy link to clipboard
Copied
Hi, I have a with field calculation script. I wanna calculate EXP(X), I wanna link a X to "A" value. May I know what is formula for this calculation?
At another way, I found at online, operation is <2.71 ** X>, mean 2.71 power of X. But duno why <**> can't work on this purpose (power of) at custom calculation script.
May I know what else script can be create for EXP(X).
Please advise. Thank you.
From
Ethar
Thanks all!! I finally get the answer by myself already.
Use this formula:
event.value = Math.exp(this.getField("A").value)
Yeah!!
Copy link to clipboard
Copied
Thanks all!! I finally get the answer by myself already.
Use this formula:
event.value = Math.exp(this.getField("A").value)
Yeah!!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now