FRAMES NO FRAMES

IlcExponent

public IlcFloatExp IlcExponent(const IlcFloatExp x)
public IlcFloat IlcExponent(IlcFloat x)
Definition file: ilsolver/nlinflt.h
Include file: <ilsolver/ilosolver.h>

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: