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

Function log

gecode/float/val.hpp:416–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414 return FloatVal(exp(x.x));
415 }
416 forceinline FloatVal
417 log(const FloatVal& x) {
418 return FloatVal(log(x.x));
419 }
420
421 forceinline FloatVal
422 fmod(const FloatVal& x, const FloatVal& y) {

Callers 15

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

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected