Overview | Group | Tree | Graph | Index | Concepts |
Concert Technology offers predefined functions that return an expression from an algebraic function on expressions. These predefined functions also return a numeric value from an algebraic function on numeric values as well.
IloPower
returns the result of raising its base
argument to the power of its exponent
argument, that is,
baseexponent
. If base
is a floating-point value or
variable, then exponent
must be greater than or equal to 0
(zero).