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.
IloExponent
returns the exponentiation of its argument. In
order to conform to IEEE 754 standards for floating-point arithmetic, you
should use this function in your Concert Technology applications, rather
than the standard C++ exp
.