FRAMES NO FRAMES

IlcLog

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

This function creates a new constrained expression equal to the natural logarithm of the constrained expression x. The effects of this function are reversible. If its argument is an instance of IlcFloat, it simply returns the natural logarithm of its argument. With Solver, you should use this function instead of the standard C++ function log.

See Also: