I've got a form from which I need to automate annuity payout calculations, based on user input. I'm used to using "^" to raise a number by a power in Excel, but this does not seem to be a recognized operator in LiveCycle.
How do I accomplish this in LiveCycle?
Thanks,
-David
Math.pow(7,2); // square 7 or raise 7 the 2 exponent
George Kaiser