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

Function div

gecode/float/arithmetic.cpp:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 void
127 div(Home home, FloatVar x0, FloatVar x1, FloatVar x2) {
128 using namespace Float;
129 GECODE_POST;
130 GECODE_ES_FAIL(
131 (Arithmetic::Div<FloatView,FloatView,FloatView>::post(home,x0,x1,x2)));
132 }
133
134}
135

Callers 2

p_int_divFunction · 0.50
p_float_divFunction · 0.50

Calls 1

postFunction · 0.50

Tested by

no test coverage detected