Overview | Group | Tree | Graph | Index | Concepts |
This function creates a new constrained expression equal to the exponentiation of the
constrained expression x
. The effects of this function are reversible. If its
argument is an instance of IlcFloat
, it simply returns the exponentiation of its
argument. With Solver, you should use this function instead of the standard C++ function
exp
in order to conform to the IEEE 754 standard for floating-point calculations.
See Also:
IlcFloatExp, IlcMonotonicIncreasingFloatExp, IlcPower, IlcSquare