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

Function sqrt

gecode/float/val.hpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 return FloatVal(abs(x.x));
367 }
368 forceinline FloatVal
369 sqrt(const FloatVal& x) {
370 return FloatVal(sqrt(x.x));
371 }
372 forceinline FloatVal
373 sqr(const FloatVal& x) {
374 return FloatVal(square(x.x));

Callers 15

solutionMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
extendAssignmentMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
CreateMethod · 0.50
postMethod · 0.50
mm-arithmetic.cppFile · 0.50

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected