Designing and Implementing Business Process Models 10.5 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of Math Functions | double pow(double base, double exponent)
 
double pow(double base, double exponent)
Returns baseexponent or the value of the base argument raised to the power of the exponent argument.
Input Parameters
base
Integer The base.
exponent
Integer The exponent.
Return Value
Integer The value of baseexponent.

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.