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

Function sin

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

Source from the content-addressed store, hash-verified

537 }
538
539 LinFloatExpr
540 sin(const LinFloatExpr& e) {
541 using namespace MiniModel;
542 ArithNonLinFloatExpr* ae =
543 new ArithNonLinFloatExpr(ArithNonLinFloatExpr::ANLFE_SIN,1);
544 ae->a[0] = e;
545 return LinFloatExpr(ae);
546 }
547
548 LinFloatExpr
549 acos(const LinFloatExpr& e) {

Callers 1

postFunction · 0.70

Calls 1

LinFloatExprClass · 0.85

Tested by

no test coverage detected