Generated on Mon Nov 25 2013 15:56:17 for Gecode by doxygen 1.8.5
Transcendental functions

Functions

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

Detailed Description

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.