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

Function asin

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

Source from the content-addressed store, hash-verified

528 }
529
530 LinFloatExpr
531 asin(const LinFloatExpr& e) {
532 using namespace MiniModel;
533 ArithNonLinFloatExpr* ae =
534 new ArithNonLinFloatExpr(ArithNonLinFloatExpr::ANLFE_ASIN,1);
535 ae->a[0] = e;
536 return LinFloatExpr(ae);
537 }
538
539 LinFloatExpr
540 sin(const LinFloatExpr& e) {

Callers 1

postFunction · 0.70

Calls 1

LinFloatExprClass · 0.85

Tested by

no test coverage detected