Question
3
Replies
598
Views
Posted: September 6, 2016
Last activity: September 7, 2016
Closed
To the power
How to do to the power operations? Example 10^x(10 to the any number).
***Updated by moderator: Lochan to add Category***
There isn't an out of the box function as far as I know. You'll have to create your own function that wraps java Math.pow function.