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

Function acos

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

Source from the content-addressed store, hash-verified

546 }
547
548 LinFloatExpr
549 acos(const LinFloatExpr& e) {
550 using namespace MiniModel;
551 ArithNonLinFloatExpr* ae =
552 new ArithNonLinFloatExpr(ArithNonLinFloatExpr::ANLFE_ACOS,1);
553 ae->a[0] = e;
554 return LinFloatExpr(ae);
555 }
556
557 LinFloatExpr
558 cos(const LinFloatExpr& e) {

Callers 1

postFunction · 0.70

Calls 1

LinFloatExprClass · 0.85

Tested by

no test coverage detected