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

Function log

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

Source from the content-addressed store, hash-verified

519 }
520
521 LinFloatExpr
522 log(const LinFloatExpr& e) {
523 using namespace MiniModel;
524 ArithNonLinFloatExpr* ae =
525 new ArithNonLinFloatExpr(ArithNonLinFloatExpr::ANLFE_LOG,1);
526 ae->a[0] = e;
527 return LinFloatExpr(ae);
528 }
529
530 LinFloatExpr
531 asin(const LinFloatExpr& e) {

Callers 1

postFunction · 0.70

Calls 1

LinFloatExprClass · 0.85

Tested by

no test coverage detected