Skip to main content
FRAMES NO FRAMES

IlcLog

public IlcFloatExp IlcLog(const IlcFloatExp x)
Definition file: ilcp/cpext.h
Include file: <ilcp/cpext.h>
Returns a constrained natural logarithm expression.

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 CP Optimizer, you should use this function instead of the standard C++ function log.

See Also: