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

Function atan

gecode/float/val.hpp:454–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452 return FloatVal(acos(x.x));
453 }
454 forceinline FloatVal
455 atan(const FloatVal& x) {
456 return FloatVal(atan(x.x));
457 }
458
459 forceinline FloatVal
460 sinh(const FloatVal& x) {

Callers 9

solutionMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
extendAssignmentMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
postMethod · 0.50
postMethod · 0.50
propagateMethod · 0.50

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected