MCPcopy Create free account
hub / github.com/Gecode/gecode / exp

Function exp

gecode/minimodel/float-arith.cpp:512–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510#ifdef GECODE_HAS_MPFR
511
512 LinFloatExpr
513 exp(const LinFloatExpr& e) {
514 using namespace MiniModel;
515 ArithNonLinFloatExpr* ae =
516 new ArithNonLinFloatExpr(ArithNonLinFloatExpr::ANLFE_EXP,1);
517 ae->a[0] = e;
518 return LinFloatExpr(ae);
519 }
520
521 LinFloatExpr
522 log(const LinFloatExpr& e) {

Callers 1

postFunction · 0.70

Calls 1

LinFloatExprClass · 0.85

Tested by

no test coverage detected