Generated on Wed Nov 5 2014 05:18:36 for Gecode by doxygen 1.7.6.1
Transcendental functions

Functions

LinFloatExpr Gecode::exp (const LinFloatExpr &x)
 Return expression for $ \mathrm{exp}(x)$.
LinFloatExpr Gecode::log (const LinFloatExpr &x)
 Return expression for $ \mathrm{log}(x)$.

Function Documentation

LinFloatExpr Gecode::exp ( const LinFloatExpr &  e)

Return expression for $ \mathrm{exp}(x)$.

Definition at line 514 of file float-arith.cpp.

LinFloatExpr Gecode::log ( const LinFloatExpr &  e)

Return expression for $ \mathrm{log}(x)$.

Definition at line 523 of file float-arith.cpp.